public class ForumSoapDO
extends com.collabnet.ce.soap60.webservices.cemain.FolderSoapDO
Constructor and Description |
---|
ForumSoapDO() |
Modifier and Type | Method and Description |
---|---|
String |
getFooter()
Returns 'footer'.
|
String |
getForumType()
Returns 'forumType'.
|
boolean |
getListEnabled()
Returns 'listEnabled'.
|
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 |
setListEnabled(boolean listEnabled)
Sets 'listEnabled'.
|
void |
setListName(String listName)
Sets 'listName'.
|
void |
setPrefix(String prefix)
Sets 'prefix'.
|
void |
setPrivateForum(boolean privateForum)
Sets 'privateForum'.
|
void |
setReplyTo(String replyTo)
Sets 'replyTo'.
|
getDescription, getParentFolderId, getPath, getProjectId, getTitle, setDescription, setParentFolderId, setPath, setProjectId, setTitle
public String getListName()
public void setListName(String listName)
listName
- Value of 'listName'.public boolean getListEnabled()
public void setListEnabled(boolean listEnabled)
listEnabled
- Value of 'listEnabled'.public String getForumType()
public void setForumType(String forumType)
forumType
- Value of 'forumType'.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 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.