public class PostSoapRow extends Object
Constructor and Description |
---|
PostSoapRow() |
Modifier and Type | Method and Description |
---|---|
String |
getContent()
Returns 'content'.
|
String |
getCreatedByUserName()
Returns 'createdByUserName'.
|
Date |
getCreatedDate()
Returns 'createdDate'.
|
String |
getForumId()
Returns 'forumId'.
|
String |
getId()
Returns 'id'.
|
String |
getProjectId()
Returns 'projectId'.
|
String |
getReplyToId()
Returns 'replyToId'.
|
String |
getStatus()
Returns 'status'.
|
String |
getTitle()
Returns 'title'.
|
String |
getTopicId()
Returns 'topicId'.
|
static void |
registerTypeMappings(org.apache.axis.client.Call call) |
void |
setContent(String content)
Sets 'content'.
|
void |
setCreatedByUserName(String createdByUserName)
Sets 'createdByUserName'.
|
void |
setCreatedDate(Date createdDate)
Sets 'createdDate'.
|
void |
setForumId(String forumId)
Sets 'forumId'.
|
void |
setId(String id)
Sets 'id'.
|
void |
setProjectId(String projectId)
Sets 'projectId'.
|
void |
setReplyToId(String replyToId)
Sets 'replyToId'.
|
void |
setStatus(String status)
Sets 'status'.
|
void |
setTitle(String title)
Sets 'title'.
|
void |
setTopicId(String topicId)
Sets 'topicId'.
|
public String getId()
public void setId(String id)
id
- Value of 'id'.public String getReplyToId()
public void setReplyToId(String replyToId)
replyToId
- Value of 'replyToId'.public String getTitle()
public void setTitle(String title)
title
- Value of 'title'.public String getContent()
public void setContent(String content)
content
- Value of 'content'.public String getProjectId()
public void setProjectId(String projectId)
projectId
- Value of 'projectId'.public String getForumId()
public void setForumId(String forumId)
forumId
- Value of 'forumId'.public String getTopicId()
public void setTopicId(String topicId)
topicId
- Value of 'topicId'.public String getCreatedByUserName()
public void setCreatedByUserName(String createdByUserName)
createdByUserName
- Value of 'createdByUserName'.public Date getCreatedDate()
public void setCreatedDate(Date createdDate)
createdDate
- Value of 'createdDate'.public String getStatus()
public void setStatus(String status)
status
- Value of 'status'.public static void registerTypeMappings(org.apache.axis.client.Call call)
Copyright © 2016 CollabNet. All Rights Reserved.