|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.vasoftware.sf.soap44.webservices.sfmain.ObjectSoapDO
com.vasoftware.sf.soap44.webservices.sfmain.ItemSoapDO
com.vasoftware.sf.soap44.webservices.discussion.PostSoapDO
public class PostSoapDO
This class represents a discussion post within a specific forum, under a specific topic.
| Constructor Summary | |
|---|---|
PostSoapDO()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getContent()
Returns 'content'. |
java.lang.String |
getReplyToId()
Returns 'replyToId'. |
static void |
registerTypeMappings(org.apache.axis.client.Call call)
|
void |
setContent(java.lang.String content)
Sets 'content'. |
void |
setReplyToId(java.lang.String replyToId)
Sets 'replyToId'. |
| Methods inherited from class com.vasoftware.sf.soap44.webservices.sfmain.ItemSoapDO |
|---|
getFolderId, getPath, getTitle, setFolderId, setPath, setTitle |
| Methods inherited from class com.vasoftware.sf.soap44.webservices.sfmain.ObjectSoapDO |
|---|
getCreatedBy, getCreatedDate, getId, getLastModifiedBy, getLastModifiedDate, getVersion, setCreatedBy, setCreatedDate, setId, setLastModifiedBy, setLastModifiedDate, setVersion |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PostSoapDO()
| Method Detail |
|---|
public java.lang.String getContent()
public void setContent(java.lang.String content)
content - Value of 'content'.public java.lang.String getReplyToId()
public void setReplyToId(java.lang.String replyToId)
replyToId - Value of 'replyToId'.public static void registerTypeMappings(org.apache.axis.client.Call call)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||