org.evolvis
Class Artifact

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

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

See Also:
Serialized Form

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

Artifact

public Artifact()

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

getArtifact_id

public int getArtifact_id()
Gets the artifact_id value for this Artifact.

Returns:
artifact_id

setArtifact_id

public void setArtifact_id(int artifact_id)
Sets the artifact_id value for this Artifact.

Parameters:
artifact_id -

getGroup_artifact_id

public int getGroup_artifact_id()
Gets the group_artifact_id value for this Artifact.

Returns:
group_artifact_id

setGroup_artifact_id

public void setGroup_artifact_id(int group_artifact_id)
Sets the group_artifact_id value for this Artifact.

Parameters:
group_artifact_id -

getStatus_id

public int getStatus_id()
Gets the status_id value for this Artifact.

Returns:
status_id

setStatus_id

public void setStatus_id(int status_id)
Sets the status_id value for this Artifact.

Parameters:
status_id -

getPriority

public int getPriority()
Gets the priority value for this Artifact.

Returns:
priority

setPriority

public void setPriority(int priority)
Sets the priority value for this Artifact.

Parameters:
priority -

getSubmitted_by

public int getSubmitted_by()
Gets the submitted_by value for this Artifact.

Returns:
submitted_by

setSubmitted_by

public void setSubmitted_by(int submitted_by)
Sets the submitted_by value for this Artifact.

Parameters:
submitted_by -

getAssigned_to

public int getAssigned_to()
Gets the assigned_to value for this Artifact.

Returns:
assigned_to

setAssigned_to

public void setAssigned_to(int assigned_to)
Sets the assigned_to value for this Artifact.

Parameters:
assigned_to -

getOpen_date

public int getOpen_date()
Gets the open_date value for this Artifact.

Returns:
open_date

setOpen_date

public void setOpen_date(int open_date)
Sets the open_date value for this Artifact.

Parameters:
open_date -

getClose_date

public int getClose_date()
Gets the close_date value for this Artifact.

Returns:
close_date

setClose_date

public void setClose_date(int close_date)
Sets the close_date value for this Artifact.

Parameters:
close_date -

getSummary

public java.lang.String getSummary()
Gets the summary value for this Artifact.

Returns:
summary

setSummary

public void setSummary(java.lang.String summary)
Sets the summary value for this Artifact.

Parameters:
summary -

getDetails

public java.lang.String getDetails()
Gets the details value for this Artifact.

Returns:
details

setDetails

public void setDetails(java.lang.String details)
Sets the details value for this Artifact.

Parameters:
details -

getExtra_fields

public ArtifactExtraFieldsData[] getExtra_fields()
Gets the extra_fields value for this Artifact.

Returns:
extra_fields

setExtra_fields

public void setExtra_fields(ArtifactExtraFieldsData[] extra_fields)
Sets the extra_fields value for this Artifact.

Parameters:
extra_fields -

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.