|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.sfee.webservice.ObjectSoapDO
hudson.plugins.sfee.webservice.ItemSoapDO
hudson.plugins.sfee.webservice.Artifact2SoapDO
public class Artifact2SoapDO
| 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 |
|---|
public 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 |
|---|
public int getActualHours()
public void setActualHours(int actualHours)
actualHours - public java.lang.String getAssignedTo()
public void setAssignedTo(java.lang.String assignedTo)
assignedTo - public java.lang.String getCategory()
public void setCategory(java.lang.String category)
category - public java.util.Calendar getCloseDate()
public void setCloseDate(java.util.Calendar closeDate)
closeDate - public java.lang.String getCustomer()
public void setCustomer(java.lang.String customer)
customer - public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - public int getEstimatedHours()
public void setEstimatedHours(int estimatedHours)
estimatedHours - public SoapFieldValues getFlexFields()
public void setFlexFields(SoapFieldValues flexFields)
flexFields - public java.lang.String getGroup()
public void setGroup(java.lang.String group)
group - public int getPriority()
public void setPriority(int priority)
priority - public java.lang.String getReportedReleaseId()
public void setReportedReleaseId(java.lang.String reportedReleaseId)
reportedReleaseId - public java.lang.String getResolvedReleaseId()
public void setResolvedReleaseId(java.lang.String resolvedReleaseId)
resolvedReleaseId - public java.lang.String getStatus()
public void setStatus(java.lang.String status)
status - public java.lang.String getStatusClass()
public void setStatusClass(java.lang.String statusClass)
statusClass - public boolean equals(java.lang.Object obj)
equals in class ItemSoapDOpublic int hashCode()
hashCode in class ItemSoapDOpublic 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 | |||||||||