|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.sfee.webservice.ObjectSoapDO
hudson.plugins.sfee.webservice.ItemSoapDO
hudson.plugins.sfee.webservice.PostSoapDO
public class PostSoapDO
| Constructor Summary | |
|---|---|
PostSoapDO()
|
|
PostSoapDO(String createdBy,
Calendar createdDate,
String id,
String lastModifiedBy,
Calendar lastModifiedDate,
int version,
String folderId,
String path,
String title,
String content,
String replyToId,
String status)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getContent()
Gets the content value for this PostSoapDO. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
String |
getReplyToId()
Gets the replyToId value for this PostSoapDO. |
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer |
String |
getStatus()
Gets the status value for this PostSoapDO. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setContent(String content)
Sets the content value for this PostSoapDO. |
void |
setReplyToId(String replyToId)
Sets the replyToId value for this PostSoapDO. |
void |
setStatus(String status)
Sets the status value for this PostSoapDO. |
| Methods inherited from class hudson.plugins.sfee.webservice.ItemSoapDO |
|---|
getFolderId, getPath, getTitle, setFolderId, setPath, setTitle |
| Methods inherited from class hudson.plugins.sfee.webservice.ObjectSoapDO |
|---|
getCreatedBy, getCreatedDate, getId, getLastModifiedBy, getLastModifiedDate, getVersion, setCreatedBy, setCreatedDate, setId, setLastModifiedBy, setLastModifiedDate, setVersion |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PostSoapDO()
public PostSoapDO(String createdBy,
Calendar createdDate,
String id,
String lastModifiedBy,
Calendar lastModifiedDate,
int version,
String folderId,
String path,
String title,
String content,
String replyToId,
String status)
| Method Detail |
|---|
public String getContent()
public void setContent(String content)
content - public String getReplyToId()
public void setReplyToId(String replyToId)
replyToId - public String getStatus()
public void setStatus(String status)
status - public boolean equals(Object obj)
equals in class ItemSoapDOpublic int hashCode()
hashCode in class ItemSoapDOpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
Class _javaType,
QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||