org.evolvis
Class ArtifactExtraField

java.lang.Object
  extended by org.evolvis.ArtifactExtraField
All Implemented Interfaces:
java.io.Serializable

public class ArtifactExtraField
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
ArtifactExtraField()
           
ArtifactExtraField(int extra_field_id, java.lang.String field_name, int field_type, int attribute1, int attribute2, int is_required, java.lang.String alias, ArtifactExtraFieldAvailableValue[] available_values, int default_selected_id)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getAlias()
          Gets the alias value for this ArtifactExtraField.
 int getAttribute1()
          Gets the attribute1 value for this ArtifactExtraField.
 int getAttribute2()
          Gets the attribute2 value for this ArtifactExtraField.
 ArtifactExtraFieldAvailableValue[] getAvailable_values()
          Gets the available_values value for this ArtifactExtraField.
 int getDefault_selected_id()
          Gets the default_selected_id value for this ArtifactExtraField.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 int getExtra_field_id()
          Gets the extra_field_id value for this ArtifactExtraField.
 java.lang.String getField_name()
          Gets the field_name value for this ArtifactExtraField.
 int getField_type()
          Gets the field_type value for this ArtifactExtraField.
 int getIs_required()
          Gets the is_required value for this ArtifactExtraField.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setAlias(java.lang.String alias)
          Sets the alias value for this ArtifactExtraField.
 void setAttribute1(int attribute1)
          Sets the attribute1 value for this ArtifactExtraField.
 void setAttribute2(int attribute2)
          Sets the attribute2 value for this ArtifactExtraField.
 void setAvailable_values(ArtifactExtraFieldAvailableValue[] available_values)
          Sets the available_values value for this ArtifactExtraField.
 void setDefault_selected_id(int default_selected_id)
          Sets the default_selected_id value for this ArtifactExtraField.
 void setExtra_field_id(int extra_field_id)
          Sets the extra_field_id value for this ArtifactExtraField.
 void setField_name(java.lang.String field_name)
          Sets the field_name value for this ArtifactExtraField.
 void setField_type(int field_type)
          Sets the field_type value for this ArtifactExtraField.
 void setIs_required(int is_required)
          Sets the is_required value for this ArtifactExtraField.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArtifactExtraField

public ArtifactExtraField()

ArtifactExtraField

public ArtifactExtraField(int extra_field_id,
                          java.lang.String field_name,
                          int field_type,
                          int attribute1,
                          int attribute2,
                          int is_required,
                          java.lang.String alias,
                          ArtifactExtraFieldAvailableValue[] available_values,
                          int default_selected_id)
Method Detail

getExtra_field_id

public int getExtra_field_id()
Gets the extra_field_id value for this ArtifactExtraField.

Returns:
extra_field_id

setExtra_field_id

public void setExtra_field_id(int extra_field_id)
Sets the extra_field_id value for this ArtifactExtraField.

Parameters:
extra_field_id -

getField_name

public java.lang.String getField_name()
Gets the field_name value for this ArtifactExtraField.

Returns:
field_name

setField_name

public void setField_name(java.lang.String field_name)
Sets the field_name value for this ArtifactExtraField.

Parameters:
field_name -

getField_type

public int getField_type()
Gets the field_type value for this ArtifactExtraField.

Returns:
field_type

setField_type

public void setField_type(int field_type)
Sets the field_type value for this ArtifactExtraField.

Parameters:
field_type -

getAttribute1

public int getAttribute1()
Gets the attribute1 value for this ArtifactExtraField.

Returns:
attribute1

setAttribute1

public void setAttribute1(int attribute1)
Sets the attribute1 value for this ArtifactExtraField.

Parameters:
attribute1 -

getAttribute2

public int getAttribute2()
Gets the attribute2 value for this ArtifactExtraField.

Returns:
attribute2

setAttribute2

public void setAttribute2(int attribute2)
Sets the attribute2 value for this ArtifactExtraField.

Parameters:
attribute2 -

getIs_required

public int getIs_required()
Gets the is_required value for this ArtifactExtraField.

Returns:
is_required

setIs_required

public void setIs_required(int is_required)
Sets the is_required value for this ArtifactExtraField.

Parameters:
is_required -

getAlias

public java.lang.String getAlias()
Gets the alias value for this ArtifactExtraField.

Returns:
alias

setAlias

public void setAlias(java.lang.String alias)
Sets the alias value for this ArtifactExtraField.

Parameters:
alias -

getAvailable_values

public ArtifactExtraFieldAvailableValue[] getAvailable_values()
Gets the available_values value for this ArtifactExtraField.

Returns:
available_values

setAvailable_values

public void setAvailable_values(ArtifactExtraFieldAvailableValue[] available_values)
Sets the available_values value for this ArtifactExtraField.

Parameters:
available_values -

getDefault_selected_id

public int getDefault_selected_id()
Gets the default_selected_id value for this ArtifactExtraField.

Returns:
default_selected_id

setDefault_selected_id

public void setDefault_selected_id(int default_selected_id)
Sets the default_selected_id value for this ArtifactExtraField.

Parameters:
default_selected_id -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer



Copyright © 2007. All Rights Reserved.