public class Forum2SoapRow extends FolderSoapRow
Constructor and Description |
---|
Forum2SoapRow() |
Modifier and Type | Method and Description |
---|---|
String |
getCaptcha()
Returns 'captcha'.
|
int |
getEmailMonitoring()
Returns 'emailMonitoring'.
|
int |
getEmailPosting()
Returns 'emailPosting'.
|
String |
getFooter()
Returns 'footer'.
|
String |
getForumType()
Returns 'forumType'.
|
boolean |
getIsListEnabled()
Returns 'isListEnabled'.
|
String |
getListName()
Returns 'listName'.
|
int |
getMessageSize()
Returns 'messageSize'.
|
String |
getPrefix()
Returns 'prefix'.
|
boolean |
getPrivateForum()
Returns 'privateForum'.
|
String |
getReplyto()
Returns 'replyto'.
|
int |
getWebPosting()
Returns 'webPosting'.
|
static void |
registerTypeMappings(org.apache.axis.client.Call call) |
void |
setCaptcha(String captcha)
Sets 'captcha'.
|
void |
setEmailMonitoring(int emailMonitoring)
Sets 'emailMonitoring'.
|
void |
setEmailPosting(int emailPosting)
Sets 'emailPosting'.
|
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 |
setMessageSize(int messageSize)
Sets 'messageSize'.
|
void |
setPrefix(String prefix)
Sets 'prefix'.
|
void |
setPrivateForum(boolean privateForum)
Sets 'privateForum'.
|
void |
setReplyto(String replyto)
Sets 'replyto'.
|
void |
setWebPosting(int webPosting)
Sets 'webPosting'.
|
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 int getMessageSize()
public void setMessageSize(int messageSize)
messageSize
- Value of 'messageSize'.public int getEmailMonitoring()
public void setEmailMonitoring(int emailMonitoring)
emailMonitoring
- Value of 'emailMonitoring'.public int getEmailPosting()
public void setEmailPosting(int emailPosting)
emailPosting
- Value of 'emailPosting'.public int getWebPosting()
public void setWebPosting(int webPosting)
webPosting
- Value of 'webPosting'.public String getCaptcha()
public void setCaptcha(String captcha)
captcha
- Value of 'captcha'.public static void registerTypeMappings(org.apache.axis.client.Call call)
Copyright © 2016 CollabNet. All Rights Reserved.