public class ReleaseSoapDO extends FolderSoapDO implements Serializable
| Constructor and Description |
|---|
ReleaseSoapDO() |
ReleaseSoapDO(String createdBy,
Calendar createdDate,
String id,
String lastModifiedBy,
Calendar lastModifiedDate,
int version,
String description,
String parentFolderId,
String path,
String projectId,
String title,
int downloaded,
String maturity,
String status) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
int |
getDownloaded()
Gets the downloaded value for this ReleaseSoapDO.
|
String |
getMaturity()
Gets the maturity value for this ReleaseSoapDO.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
String |
getStatus()
Gets the status value for this ReleaseSoapDO.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setDownloaded(int downloaded)
Sets the downloaded value for this ReleaseSoapDO.
|
void |
setMaturity(String maturity)
Sets the maturity value for this ReleaseSoapDO.
|
void |
setStatus(String status)
Sets the status value for this ReleaseSoapDO.
|
getDescription, getParentFolderId, getPath, getProjectId, getTitle, setDescription, setParentFolderId, setPath, setProjectId, setTitlegetCreatedBy, getCreatedDate, getId, getLastModifiedBy, getLastModifiedDate, getVersion, setCreatedBy, setCreatedDate, setId, setLastModifiedBy, setLastModifiedDate, setVersionpublic int getDownloaded()
public void setDownloaded(int downloaded)
downloaded - public String getMaturity()
public void setMaturity(String maturity)
maturity - public String getStatus()
public void setStatus(String status)
status - public boolean equals(Object obj)
equals in class FolderSoapDOpublic int hashCode()
hashCode in class FolderSoapDOpublic 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.