public class ArtifactSoapDO extends ItemSoapDO implements Serializable
| Constructor and Description |
|---|
ArtifactSoapDO() |
ArtifactSoapDO(String createdBy,
Calendar createdDate,
String id,
String lastModifiedBy,
Calendar lastModifiedDate,
int version,
String folderId,
String path,
String title,
int actualHours,
String assignedTo,
String category,
Calendar closeDate,
String customer,
String description,
int estimatedHours,
SoapFieldValues flexFields,
String group,
int priority,
String reportedReleaseId,
String resolvedReleaseId,
String status,
String statusClass) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
getActualHours()
Gets the actualHours value for this ArtifactSoapDO.
|
String |
getAssignedTo()
Gets the assignedTo value for this ArtifactSoapDO.
|
String |
getCategory()
Gets the category value for this ArtifactSoapDO.
|
Calendar |
getCloseDate()
Gets the closeDate value for this ArtifactSoapDO.
|
String |
getCustomer()
Gets the customer value for this ArtifactSoapDO.
|
String |
getDescription()
Gets the description value for this ArtifactSoapDO.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
int |
getEstimatedHours()
Gets the estimatedHours value for this ArtifactSoapDO.
|
SoapFieldValues |
getFlexFields()
Gets the flexFields value for this ArtifactSoapDO.
|
String |
getGroup()
Gets the group value for this ArtifactSoapDO.
|
int |
getPriority()
Gets the priority value for this ArtifactSoapDO.
|
String |
getReportedReleaseId()
Gets the reportedReleaseId value for this ArtifactSoapDO.
|
String |
getResolvedReleaseId()
Gets the resolvedReleaseId value for this ArtifactSoapDO.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
String |
getStatus()
Gets the status value for this ArtifactSoapDO.
|
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(String assignedTo)
Sets the assignedTo value for this ArtifactSoapDO.
|
void |
setCategory(String category)
Sets the category value for this ArtifactSoapDO.
|
void |
setCloseDate(Calendar closeDate)
Sets the closeDate value for this ArtifactSoapDO.
|
void |
setCustomer(String customer)
Sets the customer value for this ArtifactSoapDO.
|
void |
setDescription(String description)
Sets the description value for this ArtifactSoapDO.
|
void |
setEstimatedHours(int estimatedHours)
Sets the estimatedHours value for this ArtifactSoapDO.
|
void |
setFlexFields(SoapFieldValues flexFields)
Sets the flexFields value for this ArtifactSoapDO.
|
void |
setGroup(String group)
Sets the group value for this ArtifactSoapDO.
|
void |
setPriority(int priority)
Sets the priority value for this ArtifactSoapDO.
|
void |
setReportedReleaseId(String reportedReleaseId)
Sets the reportedReleaseId value for this ArtifactSoapDO.
|
void |
setResolvedReleaseId(String resolvedReleaseId)
Sets the resolvedReleaseId value for this ArtifactSoapDO.
|
void |
setStatus(String status)
Sets the status value for this ArtifactSoapDO.
|
void |
setStatusClass(String statusClass)
Sets the statusClass value for this ArtifactSoapDO.
|
getFolderId, getPath, getTitle, setFolderId, setPath, setTitlegetCreatedBy, getCreatedDate, getId, getLastModifiedBy, getLastModifiedDate, getVersion, setCreatedBy, setCreatedDate, setId, setLastModifiedBy, setLastModifiedDate, setVersionpublic ArtifactSoapDO()
public ArtifactSoapDO(String createdBy, Calendar createdDate, String id, String lastModifiedBy, Calendar lastModifiedDate, int version, String folderId, String path, String title, int actualHours, String assignedTo, String category, Calendar closeDate, String customer, String description, int estimatedHours, SoapFieldValues flexFields, String group, int priority, String reportedReleaseId, String resolvedReleaseId, String status, String statusClass)
public int getActualHours()
public void setActualHours(int actualHours)
actualHours - public String getAssignedTo()
public void setAssignedTo(String assignedTo)
assignedTo - public String getCategory()
public void setCategory(String category)
category - public Calendar getCloseDate()
public void setCloseDate(Calendar closeDate)
closeDate - public String getCustomer()
public void setCustomer(String customer)
customer - public String getDescription()
public void setDescription(String description)
description - public int getEstimatedHours()
public void setEstimatedHours(int estimatedHours)
estimatedHours - public SoapFieldValues getFlexFields()
public void setFlexFields(SoapFieldValues flexFields)
flexFields - public String getGroup()
public void setGroup(String group)
group - public int getPriority()
public void setPriority(int priority)
priority - public String getReportedReleaseId()
public void setReportedReleaseId(String reportedReleaseId)
reportedReleaseId - public String getResolvedReleaseId()
public void setResolvedReleaseId(String resolvedReleaseId)
resolvedReleaseId - public String getStatus()
public void setStatus(String status)
status - public String getStatusClass()
public void setStatusClass(String statusClass)
statusClass - public boolean equals(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(String mechType, Class _javaType, QName _xmlType)
Copyright © 2004-2014 Hudson. All Rights Reserved.