public class PostSoapRow extends Object implements Serializable
| Constructor and Description |
|---|
PostSoapRow() |
PostSoapRow(String content,
String createdByUserName,
Calendar createdDate,
String forumId,
String id,
String projectId,
String replyToId,
String status,
String title,
String topicId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getContent()
Gets the content value for this PostSoapRow.
|
String |
getCreatedByUserName()
Gets the createdByUserName value for this PostSoapRow.
|
Calendar |
getCreatedDate()
Gets the createdDate value for this PostSoapRow.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
String |
getForumId()
Gets the forumId value for this PostSoapRow.
|
String |
getId()
Gets the id value for this PostSoapRow.
|
String |
getProjectId()
Gets the projectId value for this PostSoapRow.
|
String |
getReplyToId()
Gets the replyToId value for this PostSoapRow.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
String |
getStatus()
Gets the status value for this PostSoapRow.
|
String |
getTitle()
Gets the title value for this PostSoapRow.
|
String |
getTopicId()
Gets the topicId value for this PostSoapRow.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setContent(String content)
Sets the content value for this PostSoapRow.
|
void |
setCreatedByUserName(String createdByUserName)
Sets the createdByUserName value for this PostSoapRow.
|
void |
setCreatedDate(Calendar createdDate)
Sets the createdDate value for this PostSoapRow.
|
void |
setForumId(String forumId)
Sets the forumId value for this PostSoapRow.
|
void |
setId(String id)
Sets the id value for this PostSoapRow.
|
void |
setProjectId(String projectId)
Sets the projectId value for this PostSoapRow.
|
void |
setReplyToId(String replyToId)
Sets the replyToId value for this PostSoapRow.
|
void |
setStatus(String status)
Sets the status value for this PostSoapRow.
|
void |
setTitle(String title)
Sets the title value for this PostSoapRow.
|
void |
setTopicId(String topicId)
Sets the topicId value for this PostSoapRow.
|
public String getContent()
public void setContent(String content)
content - public String getCreatedByUserName()
public void setCreatedByUserName(String createdByUserName)
createdByUserName - public Calendar getCreatedDate()
public void setCreatedDate(Calendar createdDate)
createdDate - public String getForumId()
public void setForumId(String forumId)
forumId - public String getId()
public void setId(String id)
id - public String getProjectId()
public void setProjectId(String projectId)
projectId - public String getReplyToId()
public void setReplyToId(String replyToId)
replyToId - public String getStatus()
public void setStatus(String status)
status - public String getTitle()
public void setTitle(String title)
title - public String getTopicId()
public void setTopicId(String topicId)
topicId - 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.