hudson.plugins.sfee.webservice
Class PostSoapRow

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

public class PostSoapRow
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
PostSoapRow()
           
PostSoapRow(java.lang.String content, java.lang.String createdByUserName, java.util.Calendar createdDate, java.lang.String forumId, java.lang.String id, java.lang.String projectId, java.lang.String replyToId, java.lang.String title, java.lang.String topicId)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getContent()
          Gets the content value for this PostSoapRow.
 java.lang.String getCreatedByUserName()
          Gets the createdByUserName value for this PostSoapRow.
 java.util.Calendar getCreatedDate()
          Gets the createdDate value for this PostSoapRow.
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 getForumId()
          Gets the forumId value for this PostSoapRow.
 java.lang.String getId()
          Gets the id value for this PostSoapRow.
 java.lang.String getProjectId()
          Gets the projectId value for this PostSoapRow.
 java.lang.String getReplyToId()
          Gets the replyToId value for this PostSoapRow.
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 getTitle()
          Gets the title value for this PostSoapRow.
 java.lang.String getTopicId()
          Gets the topicId value for this PostSoapRow.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setContent(java.lang.String content)
          Sets the content value for this PostSoapRow.
 void setCreatedByUserName(java.lang.String createdByUserName)
          Sets the createdByUserName value for this PostSoapRow.
 void setCreatedDate(java.util.Calendar createdDate)
          Sets the createdDate value for this PostSoapRow.
 void setForumId(java.lang.String forumId)
          Sets the forumId value for this PostSoapRow.
 void setId(java.lang.String id)
          Sets the id value for this PostSoapRow.
 void setProjectId(java.lang.String projectId)
          Sets the projectId value for this PostSoapRow.
 void setReplyToId(java.lang.String replyToId)
          Sets the replyToId value for this PostSoapRow.
 void setTitle(java.lang.String title)
          Sets the title value for this PostSoapRow.
 void setTopicId(java.lang.String topicId)
          Sets the topicId value for this PostSoapRow.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PostSoapRow

public PostSoapRow()

PostSoapRow

public PostSoapRow(java.lang.String content,
                   java.lang.String createdByUserName,
                   java.util.Calendar createdDate,
                   java.lang.String forumId,
                   java.lang.String id,
                   java.lang.String projectId,
                   java.lang.String replyToId,
                   java.lang.String title,
                   java.lang.String topicId)
Method Detail

getContent

public java.lang.String getContent()
Gets the content value for this PostSoapRow.

Returns:
content

setContent

public void setContent(java.lang.String content)
Sets the content value for this PostSoapRow.

Parameters:
content -

getCreatedByUserName

public java.lang.String getCreatedByUserName()
Gets the createdByUserName value for this PostSoapRow.

Returns:
createdByUserName

setCreatedByUserName

public void setCreatedByUserName(java.lang.String createdByUserName)
Sets the createdByUserName value for this PostSoapRow.

Parameters:
createdByUserName -

getCreatedDate

public java.util.Calendar getCreatedDate()
Gets the createdDate value for this PostSoapRow.

Returns:
createdDate

setCreatedDate

public void setCreatedDate(java.util.Calendar createdDate)
Sets the createdDate value for this PostSoapRow.

Parameters:
createdDate -

getForumId

public java.lang.String getForumId()
Gets the forumId value for this PostSoapRow.

Returns:
forumId

setForumId

public void setForumId(java.lang.String forumId)
Sets the forumId value for this PostSoapRow.

Parameters:
forumId -

getId

public java.lang.String getId()
Gets the id value for this PostSoapRow.

Returns:
id

setId

public void setId(java.lang.String id)
Sets the id value for this PostSoapRow.

Parameters:
id -

getProjectId

public java.lang.String getProjectId()
Gets the projectId value for this PostSoapRow.

Returns:
projectId

setProjectId

public void setProjectId(java.lang.String projectId)
Sets the projectId value for this PostSoapRow.

Parameters:
projectId -

getReplyToId

public java.lang.String getReplyToId()
Gets the replyToId value for this PostSoapRow.

Returns:
replyToId

setReplyToId

public void setReplyToId(java.lang.String replyToId)
Sets the replyToId value for this PostSoapRow.

Parameters:
replyToId -

getTitle

public java.lang.String getTitle()
Gets the title value for this PostSoapRow.

Returns:
title

setTitle

public void setTitle(java.lang.String title)
Sets the title value for this PostSoapRow.

Parameters:
title -

getTopicId

public java.lang.String getTopicId()
Gets the topicId value for this PostSoapRow.

Returns:
topicId

setTopicId

public void setTopicId(java.lang.String topicId)
Sets the topicId value for this PostSoapRow.

Parameters:
topicId -

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

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 © 2008. All Rights Reserved.