public class NewsPostSoapRow extends Object implements Serializable
| Constructor and Description |
|---|
NewsPostSoapRow() |
NewsPostSoapRow(String body,
String createdByFullName,
String createdByUsername,
Calendar createdOn,
String folderPathString,
String id,
String projectId,
String projectPathString,
String projectTitle,
String title) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getBody()
Gets the body value for this NewsPostSoapRow.
|
String |
getCreatedByFullName()
Gets the createdByFullName value for this NewsPostSoapRow.
|
String |
getCreatedByUsername()
Gets the createdByUsername value for this NewsPostSoapRow.
|
Calendar |
getCreatedOn()
Gets the createdOn value for this NewsPostSoapRow.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
String |
getFolderPathString()
Gets the folderPathString value for this NewsPostSoapRow.
|
String |
getId()
Gets the id value for this NewsPostSoapRow.
|
String |
getProjectId()
Gets the projectId value for this NewsPostSoapRow.
|
String |
getProjectPathString()
Gets the projectPathString value for this NewsPostSoapRow.
|
String |
getProjectTitle()
Gets the projectTitle value for this NewsPostSoapRow.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
String |
getTitle()
Gets the title value for this NewsPostSoapRow.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setBody(String body)
Sets the body value for this NewsPostSoapRow.
|
void |
setCreatedByFullName(String createdByFullName)
Sets the createdByFullName value for this NewsPostSoapRow.
|
void |
setCreatedByUsername(String createdByUsername)
Sets the createdByUsername value for this NewsPostSoapRow.
|
void |
setCreatedOn(Calendar createdOn)
Sets the createdOn value for this NewsPostSoapRow.
|
void |
setFolderPathString(String folderPathString)
Sets the folderPathString value for this NewsPostSoapRow.
|
void |
setId(String id)
Sets the id value for this NewsPostSoapRow.
|
void |
setProjectId(String projectId)
Sets the projectId value for this NewsPostSoapRow.
|
void |
setProjectPathString(String projectPathString)
Sets the projectPathString value for this NewsPostSoapRow.
|
void |
setProjectTitle(String projectTitle)
Sets the projectTitle value for this NewsPostSoapRow.
|
void |
setTitle(String title)
Sets the title value for this NewsPostSoapRow.
|
public String getBody()
public void setBody(String body)
body - public String getCreatedByFullName()
public void setCreatedByFullName(String createdByFullName)
createdByFullName - public String getCreatedByUsername()
public void setCreatedByUsername(String createdByUsername)
createdByUsername - public Calendar getCreatedOn()
public void setCreatedOn(Calendar createdOn)
createdOn - public String getFolderPathString()
public void setFolderPathString(String folderPathString)
folderPathString - public String getId()
public void setId(String id)
id - public String getProjectId()
public void setProjectId(String projectId)
projectId - public String getProjectPathString()
public void setProjectPathString(String projectPathString)
projectPathString - public String getProjectTitle()
public void setProjectTitle(String projectTitle)
projectTitle - 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.