|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.evolvis.Artifact
public class Artifact
Constructor Summary | |
---|---|
Artifact()
|
|
Artifact(int artifact_id,
int group_artifact_id,
int status_id,
int priority,
int submitted_by,
int assigned_to,
int open_date,
int close_date,
java.lang.String summary,
java.lang.String details,
ArtifactExtraFieldsData[] extra_fields)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
int |
getArtifact_id()
Gets the artifact_id value for this Artifact. |
int |
getAssigned_to()
Gets the assigned_to value for this Artifact. |
int |
getClose_date()
Gets the close_date value for this Artifact. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
java.lang.String |
getDetails()
Gets the details value for this Artifact. |
ArtifactExtraFieldsData[] |
getExtra_fields()
Gets the extra_fields value for this Artifact. |
int |
getGroup_artifact_id()
Gets the group_artifact_id value for this Artifact. |
int |
getOpen_date()
Gets the open_date value for this Artifact. |
int |
getPriority()
Gets the priority value for this Artifact. |
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_id()
Gets the status_id value for this Artifact. |
int |
getSubmitted_by()
Gets the submitted_by value for this Artifact. |
java.lang.String |
getSummary()
Gets the summary value for this Artifact. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setArtifact_id(int artifact_id)
Sets the artifact_id value for this Artifact. |
void |
setAssigned_to(int assigned_to)
Sets the assigned_to value for this Artifact. |
void |
setClose_date(int close_date)
Sets the close_date value for this Artifact. |
void |
setDetails(java.lang.String details)
Sets the details value for this Artifact. |
void |
setExtra_fields(ArtifactExtraFieldsData[] extra_fields)
Sets the extra_fields value for this Artifact. |
void |
setGroup_artifact_id(int group_artifact_id)
Sets the group_artifact_id value for this Artifact. |
void |
setOpen_date(int open_date)
Sets the open_date value for this Artifact. |
void |
setPriority(int priority)
Sets the priority value for this Artifact. |
void |
setStatus_id(int status_id)
Sets the status_id value for this Artifact. |
void |
setSubmitted_by(int submitted_by)
Sets the submitted_by value for this Artifact. |
void |
setSummary(java.lang.String summary)
Sets the summary value for this Artifact. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Artifact()
public Artifact(int artifact_id, int group_artifact_id, int status_id, int priority, int submitted_by, int assigned_to, int open_date, int close_date, java.lang.String summary, java.lang.String details, ArtifactExtraFieldsData[] extra_fields)
Method Detail |
---|
public int getArtifact_id()
public void setArtifact_id(int artifact_id)
artifact_id
- public int getGroup_artifact_id()
public void setGroup_artifact_id(int group_artifact_id)
group_artifact_id
- public int getStatus_id()
public void setStatus_id(int status_id)
status_id
- public int getPriority()
public void setPriority(int priority)
priority
- public int getSubmitted_by()
public void setSubmitted_by(int submitted_by)
submitted_by
- public int getAssigned_to()
public void setAssigned_to(int assigned_to)
assigned_to
- public int getOpen_date()
public void setOpen_date(int open_date)
open_date
- public int getClose_date()
public void setClose_date(int close_date)
close_date
- public java.lang.String getSummary()
public void setSummary(java.lang.String summary)
summary
- public java.lang.String getDetails()
public void setDetails(java.lang.String details)
details
- public ArtifactExtraFieldsData[] getExtra_fields()
public void setExtra_fields(ArtifactExtraFieldsData[] extra_fields)
extra_fields
- 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 |