|
||||||||||
| 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.ArtifactSoapDO
public class ArtifactSoapDO
| 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 |
|---|
public 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 |
|---|
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 SoapNamedValues getFlexFields()
public void setFlexFields(SoapNamedValues 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 | |||||||||