hudson.plugins.sfee.webservice
Class Artifact2SoapDO

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

public class Artifact2SoapDO
extends ItemSoapDO
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
Artifact2SoapDO()
           
Artifact2SoapDO(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, SoapFieldValues 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 Artifact2SoapDO.
 java.lang.String getAssignedTo()
          Gets the assignedTo value for this Artifact2SoapDO.
 java.lang.String getCategory()
          Gets the category value for this Artifact2SoapDO.
 java.util.Calendar getCloseDate()
          Gets the closeDate value for this Artifact2SoapDO.
 java.lang.String getCustomer()
          Gets the customer value for this Artifact2SoapDO.
 java.lang.String getDescription()
          Gets the description value for this Artifact2SoapDO.
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 Artifact2SoapDO.
 SoapFieldValues getFlexFields()
          Gets the flexFields value for this Artifact2SoapDO.
 java.lang.String getGroup()
          Gets the group value for this Artifact2SoapDO.
 int getPriority()
          Gets the priority value for this Artifact2SoapDO.
 java.lang.String getReportedReleaseId()
          Gets the reportedReleaseId value for this Artifact2SoapDO.
 java.lang.String getResolvedReleaseId()
          Gets the resolvedReleaseId value for this Artifact2SoapDO.
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 Artifact2SoapDO.
 java.lang.String getStatusClass()
          Gets the statusClass value for this Artifact2SoapDO.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setActualHours(int actualHours)
          Sets the actualHours value for this Artifact2SoapDO.
 void setAssignedTo(java.lang.String assignedTo)
          Sets the assignedTo value for this Artifact2SoapDO.
 void setCategory(java.lang.String category)
          Sets the category value for this Artifact2SoapDO.
 void setCloseDate(java.util.Calendar closeDate)
          Sets the closeDate value for this Artifact2SoapDO.
 void setCustomer(java.lang.String customer)
          Sets the customer value for this Artifact2SoapDO.
 void setDescription(java.lang.String description)
          Sets the description value for this Artifact2SoapDO.
 void setEstimatedHours(int estimatedHours)
          Sets the estimatedHours value for this Artifact2SoapDO.
 void setFlexFields(SoapFieldValues flexFields)
          Sets the flexFields value for this Artifact2SoapDO.
 void setGroup(java.lang.String group)
          Sets the group value for this Artifact2SoapDO.
 void setPriority(int priority)
          Sets the priority value for this Artifact2SoapDO.
 void setReportedReleaseId(java.lang.String reportedReleaseId)
          Sets the reportedReleaseId value for this Artifact2SoapDO.
 void setResolvedReleaseId(java.lang.String resolvedReleaseId)
          Sets the resolvedReleaseId value for this Artifact2SoapDO.
 void setStatus(java.lang.String status)
          Sets the status value for this Artifact2SoapDO.
 void setStatusClass(java.lang.String statusClass)
          Sets the statusClass value for this Artifact2SoapDO.
 
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

Artifact2SoapDO

public Artifact2SoapDO()

Artifact2SoapDO

public Artifact2SoapDO(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,
                       SoapFieldValues 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 Artifact2SoapDO.

Returns:
actualHours

setActualHours

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

Parameters:
actualHours -

getAssignedTo

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

Returns:
assignedTo

setAssignedTo

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

Parameters:
assignedTo -

getCategory

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

Returns:
category

setCategory

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

Parameters:
category -

getCloseDate

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

Returns:
closeDate

setCloseDate

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

Parameters:
closeDate -

getCustomer

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

Returns:
customer

setCustomer

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

Parameters:
customer -

getDescription

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

Returns:
description

setDescription

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

Parameters:
description -

getEstimatedHours

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

Returns:
estimatedHours

setEstimatedHours

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

Parameters:
estimatedHours -

getFlexFields

public SoapFieldValues getFlexFields()
Gets the flexFields value for this Artifact2SoapDO.

Returns:
flexFields

setFlexFields

public void setFlexFields(SoapFieldValues flexFields)
Sets the flexFields value for this Artifact2SoapDO.

Parameters:
flexFields -

getGroup

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

Returns:
group

setGroup

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

Parameters:
group -

getPriority

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

Returns:
priority

setPriority

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

Parameters:
priority -

getReportedReleaseId

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

Returns:
reportedReleaseId

setReportedReleaseId

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

Parameters:
reportedReleaseId -

getResolvedReleaseId

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

Returns:
resolvedReleaseId

setResolvedReleaseId

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

Parameters:
resolvedReleaseId -

getStatus

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

Returns:
status

setStatus

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

Parameters:
status -

getStatusClass

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

Returns:
statusClass

setStatusClass

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

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.