hudson.plugins.sfee.webservice
Class TopicSoapDO

java.lang.Object
  extended by hudson.plugins.sfee.webservice.ObjectSoapDO
      extended by hudson.plugins.sfee.webservice.FolderSoapDO
          extended by hudson.plugins.sfee.webservice.TopicSoapDO
All Implemented Interfaces:
java.io.Serializable

public class TopicSoapDO
extends FolderSoapDO
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
TopicSoapDO()
           
TopicSoapDO(java.lang.String createdBy, java.util.Calendar createdDate, java.lang.String id, java.lang.String lastModifiedBy, java.util.Calendar lastModifiedDate, int version, java.lang.String description, java.lang.String parentFolderId, java.lang.String path, java.lang.String projectId, java.lang.String title, java.lang.String lastPostBy, java.util.Calendar lastPostDate, java.lang.String status, int viewCount)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.lang.String getLastPostBy()
          Gets the lastPostBy value for this TopicSoapDO.
 java.util.Calendar getLastPostDate()
          Gets the lastPostDate value for this TopicSoapDO.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 java.lang.String getStatus()
          Gets the status value for this TopicSoapDO.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int getViewCount()
          Gets the viewCount value for this TopicSoapDO.
 int hashCode()
           
 void setLastPostBy(java.lang.String lastPostBy)
          Sets the lastPostBy value for this TopicSoapDO.
 void setLastPostDate(java.util.Calendar lastPostDate)
          Sets the lastPostDate value for this TopicSoapDO.
 void setStatus(java.lang.String status)
          Sets the status value for this TopicSoapDO.
 void setViewCount(int viewCount)
          Sets the viewCount value for this TopicSoapDO.
 
Methods inherited from class hudson.plugins.sfee.webservice.FolderSoapDO
getDescription, getParentFolderId, getPath, getProjectId, getTitle, setDescription, setParentFolderId, setPath, setProjectId, 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

TopicSoapDO

public TopicSoapDO()

TopicSoapDO

public TopicSoapDO(java.lang.String createdBy,
                   java.util.Calendar createdDate,
                   java.lang.String id,
                   java.lang.String lastModifiedBy,
                   java.util.Calendar lastModifiedDate,
                   int version,
                   java.lang.String description,
                   java.lang.String parentFolderId,
                   java.lang.String path,
                   java.lang.String projectId,
                   java.lang.String title,
                   java.lang.String lastPostBy,
                   java.util.Calendar lastPostDate,
                   java.lang.String status,
                   int viewCount)
Method Detail

getLastPostBy

public java.lang.String getLastPostBy()
Gets the lastPostBy value for this TopicSoapDO.

Returns:
lastPostBy

setLastPostBy

public void setLastPostBy(java.lang.String lastPostBy)
Sets the lastPostBy value for this TopicSoapDO.

Parameters:
lastPostBy -

getLastPostDate

public java.util.Calendar getLastPostDate()
Gets the lastPostDate value for this TopicSoapDO.

Returns:
lastPostDate

setLastPostDate

public void setLastPostDate(java.util.Calendar lastPostDate)
Sets the lastPostDate value for this TopicSoapDO.

Parameters:
lastPostDate -

getStatus

public java.lang.String getStatus()
Gets the status value for this TopicSoapDO.

Returns:
status

setStatus

public void setStatus(java.lang.String status)
Sets the status value for this TopicSoapDO.

Parameters:
status -

getViewCount

public int getViewCount()
Gets the viewCount value for this TopicSoapDO.

Returns:
viewCount

setViewCount

public void setViewCount(int viewCount)
Sets the viewCount value for this TopicSoapDO.

Parameters:
viewCount -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class FolderSoapDO

hashCode

public int hashCode()
Overrides:
hashCode in class FolderSoapDO

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer



Copyright © 2010. All Rights Reserved.