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