|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.evolvis.ArtifactExtraField
public class ArtifactExtraField
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 |
---|
public 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 |
---|
public int getExtra_field_id()
public void setExtra_field_id(int extra_field_id)
extra_field_id
- public java.lang.String getField_name()
public void setField_name(java.lang.String field_name)
field_name
- public int getField_type()
public void setField_type(int field_type)
field_type
- public int getAttribute1()
public void setAttribute1(int attribute1)
attribute1
- public int getAttribute2()
public void setAttribute2(int attribute2)
attribute2
- public int getIs_required()
public void setIs_required(int is_required)
is_required
- public java.lang.String getAlias()
public void setAlias(java.lang.String alias)
alias
- public ArtifactExtraFieldAvailableValue[] getAvailable_values()
public void setAvailable_values(ArtifactExtraFieldAvailableValue[] available_values)
available_values
- public int getDefault_selected_id()
public void setDefault_selected_id(int default_selected_id)
default_selected_id
- public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |