hudson.plugins.sfee.webservice
Class PostSoapRow

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

public class PostSoapRow
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
PostSoapRow()
           
PostSoapRow(String content, String createdByUserName, Calendar createdDate, String forumId, String id, String projectId, String replyToId, String status, String title, String topicId)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getContent()
          Gets the content value for this PostSoapRow.
 String getCreatedByUserName()
          Gets the createdByUserName value for this PostSoapRow.
 Calendar getCreatedDate()
          Gets the createdDate value for this PostSoapRow.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getForumId()
          Gets the forumId value for this PostSoapRow.
 String getId()
          Gets the id value for this PostSoapRow.
 String getProjectId()
          Gets the projectId value for this PostSoapRow.
 String getReplyToId()
          Gets the replyToId value for this PostSoapRow.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 String getStatus()
          Gets the status value for this PostSoapRow.
 String getTitle()
          Gets the title value for this PostSoapRow.
 String getTopicId()
          Gets the topicId value for this PostSoapRow.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setContent(String content)
          Sets the content value for this PostSoapRow.
 void setCreatedByUserName(String createdByUserName)
          Sets the createdByUserName value for this PostSoapRow.
 void setCreatedDate(Calendar createdDate)
          Sets the createdDate value for this PostSoapRow.
 void setForumId(String forumId)
          Sets the forumId value for this PostSoapRow.
 void setId(String id)
          Sets the id value for this PostSoapRow.
 void setProjectId(String projectId)
          Sets the projectId value for this PostSoapRow.
 void setReplyToId(String replyToId)
          Sets the replyToId value for this PostSoapRow.
 void setStatus(String status)
          Sets the status value for this PostSoapRow.
 void setTitle(String title)
          Sets the title value for this PostSoapRow.
 void setTopicId(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(String content,
                   String createdByUserName,
                   Calendar createdDate,
                   String forumId,
                   String id,
                   String projectId,
                   String replyToId,
                   String status,
                   String title,
                   String topicId)
Method Detail

getContent

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

Returns:
content

setContent

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

Parameters:
content -

getCreatedByUserName

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

Returns:
createdByUserName

setCreatedByUserName

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

Parameters:
createdByUserName -

getCreatedDate

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

Returns:
createdDate

setCreatedDate

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

Parameters:
createdDate -

getForumId

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

Returns:
forumId

setForumId

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

Parameters:
forumId -

getId

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

Returns:
id

setId

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

Parameters:
id -

getProjectId

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

Returns:
projectId

setProjectId

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

Parameters:
projectId -

getReplyToId

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

Returns:
replyToId

setReplyToId

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

Parameters:
replyToId -

getStatus

public String getStatus()
Gets the status value for this PostSoapRow.

Returns:
status

setStatus

public void setStatus(String status)
Sets the status value for this PostSoapRow.

Parameters:
status -

getTitle

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

Returns:
title

setTitle

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

Parameters:
title -

getTopicId

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

Returns:
topicId

setTopicId

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

Parameters:
topicId -

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getTypeDesc

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


getSerializer

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


getDeserializer

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



Copyright © 2004-2012 Hudson. All Rights Reserved.