public class ForumSoapRow extends FolderSoapRow
Constructor and Description |
---|
ForumSoapRow() |
Modifier and Type | Method and Description |
---|---|
String |
getFooter()
Returns 'footer'.
|
String |
getForumType()
Returns 'forumType'.
|
boolean |
getIsListEnabled()
Returns 'isListEnabled'.
|
String |
getListName()
Returns 'listName'.
|
String |
getPrefix()
Returns 'prefix'.
|
boolean |
getPrivateForum()
Returns 'privateForum'.
|
String |
getReplyto()
Returns 'replyto'.
|
static void |
registerTypeMappings(org.apache.axis.client.Call call) |
void |
setFooter(String footer)
Sets 'footer'.
|
void |
setForumType(String forumType)
Sets 'forumType'.
|
void |
setIsListEnabled(boolean isListEnabled)
Sets 'isListEnabled'.
|
void |
setListName(String listName)
Sets 'listName'.
|
void |
setPrefix(String prefix)
Sets 'prefix'.
|
void |
setPrivateForum(boolean privateForum)
Sets 'privateForum'.
|
void |
setReplyto(String replyto)
Sets 'replyto'.
|
getCreatedBy, getCreatedOn, getDescription, getId, getLastModifiedBy, getLastModifiedOn, getParentFolderId, getPath, getProjectId, getTitle, setCreatedBy, setCreatedOn, setDescription, setId, setLastModifiedBy, setLastModifiedOn, setParentFolderId, setPath, setProjectId, setTitle
public boolean getIsListEnabled()
public void setIsListEnabled(boolean isListEnabled)
isListEnabled
- Value of 'isListEnabled'.public String getListName()
public void setListName(String listName)
listName
- Value of 'listName'.public String getPrefix()
public void setPrefix(String prefix)
prefix
- Value of 'prefix'.public String getFooter()
public void setFooter(String footer)
footer
- Value of 'footer'.public String getForumType()
public void setForumType(String forumType)
forumType
- Value of 'forumType'.public boolean getPrivateForum()
public void setPrivateForum(boolean privateForum)
privateForum
- Value of 'privateForum'.public String getReplyto()
public void setReplyto(String replyto)
replyto
- Value of 'replyto'.public static void registerTypeMappings(org.apache.axis.client.Call call)
Copyright © 2016 CollabNet. All Rights Reserved.