hudson.plugins.sfee.webservice
Class ArtifactSoapDO

java.lang.Object
  extended by hudson.plugins.sfee.webservice.ObjectSoapDO
      extended by hudson.plugins.sfee.webservice.ItemSoapDO
          extended by hudson.plugins.sfee.webservice.ArtifactSoapDO
All Implemented Interfaces:
java.io.Serializable

public class ArtifactSoapDO
extends ItemSoapDO
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
ArtifactSoapDO()
           
ArtifactSoapDO(java.lang.String createdBy, java.util.Calendar createdDate, java.lang.String id, java.lang.String lastModifiedBy, java.util.Calendar lastModifiedDate, int version, java.lang.String folderId, java.lang.String path, java.lang.String title, int actualHours, java.lang.String assignedTo, java.lang.String category, java.util.Calendar closeDate, java.lang.String customer, java.lang.String description, int estimatedHours, SoapNamedValues flexFields, java.lang.String group, int priority, java.lang.String reportedReleaseId, java.lang.String resolvedReleaseId, java.lang.String status, java.lang.String statusClass)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 int getActualHours()
          Gets the actualHours value for this ArtifactSoapDO.
 java.lang.String getAssignedTo()
          Gets the assignedTo value for this ArtifactSoapDO.
 java.lang.String getCategory()
          Gets the category value for this ArtifactSoapDO.
 java.util.Calendar getCloseDate()
          Gets the closeDate value for this ArtifactSoapDO.
 java.lang.String getCustomer()
          Gets the customer value for this ArtifactSoapDO.
 java.lang.String getDescription()
          Gets the description value for this ArtifactSoapDO.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 int getEstimatedHours()
          Gets the estimatedHours value for this ArtifactSoapDO.
 SoapNamedValues getFlexFields()
          Gets the flexFields value for this ArtifactSoapDO.
 java.lang.String getGroup()
          Gets the group value for this ArtifactSoapDO.
 int getPriority()
          Gets the priority value for this ArtifactSoapDO.
 java.lang.String getReportedReleaseId()
          Gets the reportedReleaseId value for this ArtifactSoapDO.
 java.lang.String getResolvedReleaseId()
          Gets the resolvedReleaseId value for this ArtifactSoapDO.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 java.lang.String getStatus()
          Gets the status value for this ArtifactSoapDO.
 java.lang.String getStatusClass()
          Gets the statusClass value for this ArtifactSoapDO.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setActualHours(int actualHours)
          Sets the actualHours value for this ArtifactSoapDO.
 void setAssignedTo(java.lang.String assignedTo)
          Sets the assignedTo value for this ArtifactSoapDO.
 void setCategory(java.lang.String category)
          Sets the category value for this ArtifactSoapDO.
 void setCloseDate(java.util.Calendar closeDate)
          Sets the closeDate value for this ArtifactSoapDO.
 void setCustomer(java.lang.String customer)
          Sets the customer value for this ArtifactSoapDO.
 void setDescription(java.lang.String description)
          Sets the description value for this ArtifactSoapDO.
 void setEstimatedHours(int estimatedHours)
          Sets the estimatedHours value for this ArtifactSoapDO.
 void setFlexFields(SoapNamedValues flexFields)
          Sets the flexFields value for this ArtifactSoapDO.
 void setGroup(java.lang.String group)
          Sets the group value for this ArtifactSoapDO.
 void setPriority(int priority)
          Sets the priority value for this ArtifactSoapDO.
 void setReportedReleaseId(java.lang.String reportedReleaseId)
          Sets the reportedReleaseId value for this ArtifactSoapDO.
 void setResolvedReleaseId(java.lang.String resolvedReleaseId)
          Sets the resolvedReleaseId value for this ArtifactSoapDO.
 void setStatus(java.lang.String status)
          Sets the status value for this ArtifactSoapDO.
 void setStatusClass(java.lang.String statusClass)
          Sets the statusClass value for this ArtifactSoapDO.
 
Methods inherited from class hudson.plugins.sfee.webservice.ItemSoapDO
getFolderId, getPath, getTitle, setFolderId, setPath, setTitle
 
Methods inherited from class hudson.plugins.sfee.webservice.ObjectSoapDO
getCreatedBy, getCreatedDate, getId, getLastModifiedBy, getLastModifiedDate, getVersion, setCreatedBy, setCreatedDate, setId, setLastModifiedBy, setLastModifiedDate, setVersion
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArtifactSoapDO

public ArtifactSoapDO()

ArtifactSoapDO

public ArtifactSoapDO(java.lang.String createdBy,
                      java.util.Calendar createdDate,
                      java.lang.String id,
                      java.lang.String lastModifiedBy,
                      java.util.Calendar lastModifiedDate,
                      int version,
                      java.lang.String folderId,
                      java.lang.String path,
                      java.lang.String title,
                      int actualHours,
                      java.lang.String assignedTo,
                      java.lang.String category,
                      java.util.Calendar closeDate,
                      java.lang.String customer,
                      java.lang.String description,
                      int estimatedHours,
                      SoapNamedValues flexFields,
                      java.lang.String group,
                      int priority,
                      java.lang.String reportedReleaseId,
                      java.lang.String resolvedReleaseId,
                      java.lang.String status,
                      java.lang.String statusClass)
Method Detail

getActualHours

public int getActualHours()
Gets the actualHours value for this ArtifactSoapDO.

Returns:
actualHours

setActualHours

public void setActualHours(int actualHours)
Sets the actualHours value for this ArtifactSoapDO.

Parameters:
actualHours -

getAssignedTo

public java.lang.String getAssignedTo()
Gets the assignedTo value for this ArtifactSoapDO.

Returns:
assignedTo

setAssignedTo

public void setAssignedTo(java.lang.String assignedTo)
Sets the assignedTo value for this ArtifactSoapDO.

Parameters:
assignedTo -

getCategory

public java.lang.String getCategory()
Gets the category value for this ArtifactSoapDO.

Returns:
category

setCategory

public void setCategory(java.lang.String category)
Sets the category value for this ArtifactSoapDO.

Parameters:
category -

getCloseDate

public java.util.Calendar getCloseDate()
Gets the closeDate value for this ArtifactSoapDO.

Returns:
closeDate

setCloseDate

public void setCloseDate(java.util.Calendar closeDate)
Sets the closeDate value for this ArtifactSoapDO.

Parameters:
closeDate -

getCustomer

public java.lang.String getCustomer()
Gets the customer value for this ArtifactSoapDO.

Returns:
customer

setCustomer

public void setCustomer(java.lang.String customer)
Sets the customer value for this ArtifactSoapDO.

Parameters:
customer -

getDescription

public java.lang.String getDescription()
Gets the description value for this ArtifactSoapDO.

Returns:
description

setDescription

public void setDescription(java.lang.String description)
Sets the description value for this ArtifactSoapDO.

Parameters:
description -

getEstimatedHours

public int getEstimatedHours()
Gets the estimatedHours value for this ArtifactSoapDO.

Returns:
estimatedHours

setEstimatedHours

public void setEstimatedHours(int estimatedHours)
Sets the estimatedHours value for this ArtifactSoapDO.

Parameters:
estimatedHours -

getFlexFields

public SoapNamedValues getFlexFields()
Gets the flexFields value for this ArtifactSoapDO.

Returns:
flexFields

setFlexFields

public void setFlexFields(SoapNamedValues flexFields)
Sets the flexFields value for this ArtifactSoapDO.

Parameters:
flexFields -

getGroup

public java.lang.String getGroup()
Gets the group value for this ArtifactSoapDO.

Returns:
group

setGroup

public void setGroup(java.lang.String group)
Sets the group value for this ArtifactSoapDO.

Parameters:
group -

getPriority

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

Returns:
priority

setPriority

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

Parameters:
priority -

getReportedReleaseId

public java.lang.String getReportedReleaseId()
Gets the reportedReleaseId value for this ArtifactSoapDO.

Returns:
reportedReleaseId

setReportedReleaseId

public void setReportedReleaseId(java.lang.String reportedReleaseId)
Sets the reportedReleaseId value for this ArtifactSoapDO.

Parameters:
reportedReleaseId -

getResolvedReleaseId

public java.lang.String getResolvedReleaseId()
Gets the resolvedReleaseId value for this ArtifactSoapDO.

Returns:
resolvedReleaseId

setResolvedReleaseId

public void setResolvedReleaseId(java.lang.String resolvedReleaseId)
Sets the resolvedReleaseId value for this ArtifactSoapDO.

Parameters:
resolvedReleaseId -

getStatus

public java.lang.String getStatus()
Gets the status value for this ArtifactSoapDO.

Returns:
status

setStatus

public void setStatus(java.lang.String status)
Sets the status value for this ArtifactSoapDO.

Parameters:
status -

getStatusClass

public java.lang.String getStatusClass()
Gets the statusClass value for this ArtifactSoapDO.

Returns:
statusClass

setStatusClass

public void setStatusClass(java.lang.String statusClass)
Sets the statusClass value for this ArtifactSoapDO.

Parameters:
statusClass -

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class ItemSoapDO

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 © 2008. All Rights Reserved.