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