|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.evolvis.ArtifactType
public class ArtifactType
Constructor Summary | |
---|---|
ArtifactType()
|
|
ArtifactType(int group_artifact_id,
int group_id,
java.lang.String name,
java.lang.String description,
int is_public,
int allow_anon,
int due_period,
int datatype,
int status_timeout,
ArtifactExtraField[] extra_fields,
int custom_status_field)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
int |
getAllow_anon()
Gets the allow_anon value for this ArtifactType. |
int |
getCustom_status_field()
Gets the custom_status_field value for this ArtifactType. |
int |
getDatatype()
Gets the datatype value for this ArtifactType. |
java.lang.String |
getDescription()
Gets the description value for this ArtifactType. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
int |
getDue_period()
Gets the due_period value for this ArtifactType. |
ArtifactExtraField[] |
getExtra_fields()
Gets the extra_fields value for this ArtifactType. |
int |
getGroup_artifact_id()
Gets the group_artifact_id value for this ArtifactType. |
int |
getGroup_id()
Gets the group_id value for this ArtifactType. |
int |
getIs_public()
Gets the is_public value for this ArtifactType. |
java.lang.String |
getName()
Gets the name value for this ArtifactType. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
int |
getStatus_timeout()
Gets the status_timeout value for this ArtifactType. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setAllow_anon(int allow_anon)
Sets the allow_anon value for this ArtifactType. |
void |
setCustom_status_field(int custom_status_field)
Sets the custom_status_field value for this ArtifactType. |
void |
setDatatype(int datatype)
Sets the datatype value for this ArtifactType. |
void |
setDescription(java.lang.String description)
Sets the description value for this ArtifactType. |
void |
setDue_period(int due_period)
Sets the due_period value for this ArtifactType. |
void |
setExtra_fields(ArtifactExtraField[] extra_fields)
Sets the extra_fields value for this ArtifactType. |
void |
setGroup_artifact_id(int group_artifact_id)
Sets the group_artifact_id value for this ArtifactType. |
void |
setGroup_id(int group_id)
Sets the group_id value for this ArtifactType. |
void |
setIs_public(int is_public)
Sets the is_public value for this ArtifactType. |
void |
setName(java.lang.String name)
Sets the name value for this ArtifactType. |
void |
setStatus_timeout(int status_timeout)
Sets the status_timeout value for this ArtifactType. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ArtifactType()
public ArtifactType(int group_artifact_id, int group_id, java.lang.String name, java.lang.String description, int is_public, int allow_anon, int due_period, int datatype, int status_timeout, ArtifactExtraField[] extra_fields, int custom_status_field)
Method Detail |
---|
public int getGroup_artifact_id()
public void setGroup_artifact_id(int group_artifact_id)
group_artifact_id
- public int getGroup_id()
public void setGroup_id(int group_id)
group_id
- public java.lang.String getName()
public void setName(java.lang.String name)
name
- public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- public int getIs_public()
public void setIs_public(int is_public)
is_public
- public int getAllow_anon()
public void setAllow_anon(int allow_anon)
allow_anon
- public int getDue_period()
public void setDue_period(int due_period)
due_period
- public int getDatatype()
public void setDatatype(int datatype)
datatype
- public int getStatus_timeout()
public void setStatus_timeout(int status_timeout)
status_timeout
- public ArtifactExtraField[] getExtra_fields()
public void setExtra_fields(ArtifactExtraField[] extra_fields)
extra_fields
- public int getCustom_status_field()
public void setCustom_status_field(int custom_status_field)
custom_status_field
- 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 |