public class ItemSoapDO extends ObjectSoapDO implements Serializable
| Constructor and Description |
|---|
ItemSoapDO() |
ItemSoapDO(String createdBy,
Calendar createdDate,
String id,
String lastModifiedBy,
Calendar lastModifiedDate,
int version,
String folderId,
String path,
String title) |
| 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
|
String |
getFolderId()
Gets the folderId value for this ItemSoapDO.
|
String |
getPath()
Gets the path value for this ItemSoapDO.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
String |
getTitle()
Gets the title value for this ItemSoapDO.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setFolderId(String folderId)
Sets the folderId value for this ItemSoapDO.
|
void |
setPath(String path)
Sets the path value for this ItemSoapDO.
|
void |
setTitle(String title)
Sets the title value for this ItemSoapDO.
|
getCreatedBy, getCreatedDate, getId, getLastModifiedBy, getLastModifiedDate, getVersion, setCreatedBy, setCreatedDate, setId, setLastModifiedBy, setLastModifiedDate, setVersionpublic String getFolderId()
public void setFolderId(String folderId)
folderId - public String getPath()
public void setPath(String path)
path - public String getTitle()
public void setTitle(String title)
title - public boolean equals(Object obj)
equals in class ObjectSoapDOpublic int hashCode()
hashCode in class ObjectSoapDOpublic 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.