public class PackageSoapRow extends FolderSoapRow implements Serializable
| Constructor and Description |
|---|
PackageSoapRow() |
PackageSoapRow(String createdBy,
Calendar createdOn,
String description,
String id,
String lastModifiedBy,
Calendar lastModifiedOn,
String parentFolderId,
String path,
String projectId,
String title,
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
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
String |
getStatus()
Gets the status value for this PackageSoapRow.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setStatus(String status)
Sets the status value for this PackageSoapRow.
|
getCreatedBy, getCreatedOn, getDescription, getId, getLastModifiedBy, getLastModifiedOn, getParentFolderId, getPath, getProjectId, getTitle, setCreatedBy, setCreatedOn, setDescription, setId, setLastModifiedBy, setLastModifiedOn, setParentFolderId, setPath, setProjectId, setTitlepublic String getStatus()
public void setStatus(String status)
status - public boolean equals(Object obj)
equals in class FolderSoapRowpublic int hashCode()
hashCode in class FolderSoapRowpublic 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.