hudson.plugins.sfee.webservice
Class DocumentFolderSoapRow
java.lang.Object
hudson.plugins.sfee.webservice.FolderSoapRow
hudson.plugins.sfee.webservice.DocumentFolderSoapRow
- All Implemented Interfaces:
- Serializable
public class DocumentFolderSoapRow
- extends FolderSoapRow
- implements Serializable
- See Also:
- Serialized Form
| Methods inherited from class hudson.plugins.sfee.webservice.FolderSoapRow |
getCreatedBy, getCreatedOn, getDescription, getId, getLastModifiedBy, getLastModifiedOn, getParentFolderId, getPath, getProjectId, getTitle, setCreatedBy, setCreatedOn, setDescription, setId, setLastModifiedBy, setLastModifiedOn, setParentFolderId, setPath, setProjectId, setTitle |
DocumentFolderSoapRow
public DocumentFolderSoapRow()
DocumentFolderSoapRow
public DocumentFolderSoapRow(String createdBy,
Calendar createdOn,
String description,
String id,
String lastModifiedBy,
Calendar lastModifiedOn,
String parentFolderId,
String path,
String projectId,
String title)
equals
public boolean equals(Object obj)
- Overrides:
equals in class FolderSoapRow
hashCode
public int hashCode()
- Overrides:
hashCode in class FolderSoapRow
getTypeDesc
public static org.apache.axis.description.TypeDesc getTypeDesc()
- Return type metadata object
getSerializer
public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
Class _javaType,
QName _xmlType)
- Get Custom Serializer
getDeserializer
public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
- Get Custom Deserializer
Copyright © 2004-2012 Hudson. All Rights Reserved.