hudson.plugins.sfee.webservice
Class NewsPostSoapRow

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

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

See Also:
Serialized Form

Constructor Summary
NewsPostSoapRow()
           
NewsPostSoapRow(java.lang.String body, java.lang.String createdByFullName, java.lang.String createdByUsername, java.util.Calendar createdOn, java.lang.String folderPathString, java.lang.String id, java.lang.String projectId, java.lang.String projectPathString, java.lang.String projectTitle, java.lang.String title)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getBody()
          Gets the body value for this NewsPostSoapRow.
 java.lang.String getCreatedByFullName()
          Gets the createdByFullName value for this NewsPostSoapRow.
 java.lang.String getCreatedByUsername()
          Gets the createdByUsername value for this NewsPostSoapRow.
 java.util.Calendar getCreatedOn()
          Gets the createdOn value for this NewsPostSoapRow.
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 getFolderPathString()
          Gets the folderPathString value for this NewsPostSoapRow.
 java.lang.String getId()
          Gets the id value for this NewsPostSoapRow.
 java.lang.String getProjectId()
          Gets the projectId value for this NewsPostSoapRow.
 java.lang.String getProjectPathString()
          Gets the projectPathString value for this NewsPostSoapRow.
 java.lang.String getProjectTitle()
          Gets the projectTitle value for this NewsPostSoapRow.
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 NewsPostSoapRow.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setBody(java.lang.String body)
          Sets the body value for this NewsPostSoapRow.
 void setCreatedByFullName(java.lang.String createdByFullName)
          Sets the createdByFullName value for this NewsPostSoapRow.
 void setCreatedByUsername(java.lang.String createdByUsername)
          Sets the createdByUsername value for this NewsPostSoapRow.
 void setCreatedOn(java.util.Calendar createdOn)
          Sets the createdOn value for this NewsPostSoapRow.
 void setFolderPathString(java.lang.String folderPathString)
          Sets the folderPathString value for this NewsPostSoapRow.
 void setId(java.lang.String id)
          Sets the id value for this NewsPostSoapRow.
 void setProjectId(java.lang.String projectId)
          Sets the projectId value for this NewsPostSoapRow.
 void setProjectPathString(java.lang.String projectPathString)
          Sets the projectPathString value for this NewsPostSoapRow.
 void setProjectTitle(java.lang.String projectTitle)
          Sets the projectTitle value for this NewsPostSoapRow.
 void setTitle(java.lang.String title)
          Sets the title value for this NewsPostSoapRow.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NewsPostSoapRow

public NewsPostSoapRow()

NewsPostSoapRow

public NewsPostSoapRow(java.lang.String body,
                       java.lang.String createdByFullName,
                       java.lang.String createdByUsername,
                       java.util.Calendar createdOn,
                       java.lang.String folderPathString,
                       java.lang.String id,
                       java.lang.String projectId,
                       java.lang.String projectPathString,
                       java.lang.String projectTitle,
                       java.lang.String title)
Method Detail

getBody

public java.lang.String getBody()
Gets the body value for this NewsPostSoapRow.

Returns:
body

setBody

public void setBody(java.lang.String body)
Sets the body value for this NewsPostSoapRow.

Parameters:
body -

getCreatedByFullName

public java.lang.String getCreatedByFullName()
Gets the createdByFullName value for this NewsPostSoapRow.

Returns:
createdByFullName

setCreatedByFullName

public void setCreatedByFullName(java.lang.String createdByFullName)
Sets the createdByFullName value for this NewsPostSoapRow.

Parameters:
createdByFullName -

getCreatedByUsername

public java.lang.String getCreatedByUsername()
Gets the createdByUsername value for this NewsPostSoapRow.

Returns:
createdByUsername

setCreatedByUsername

public void setCreatedByUsername(java.lang.String createdByUsername)
Sets the createdByUsername value for this NewsPostSoapRow.

Parameters:
createdByUsername -

getCreatedOn

public java.util.Calendar getCreatedOn()
Gets the createdOn value for this NewsPostSoapRow.

Returns:
createdOn

setCreatedOn

public void setCreatedOn(java.util.Calendar createdOn)
Sets the createdOn value for this NewsPostSoapRow.

Parameters:
createdOn -

getFolderPathString

public java.lang.String getFolderPathString()
Gets the folderPathString value for this NewsPostSoapRow.

Returns:
folderPathString

setFolderPathString

public void setFolderPathString(java.lang.String folderPathString)
Sets the folderPathString value for this NewsPostSoapRow.

Parameters:
folderPathString -

getId

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

Returns:
id

setId

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

Parameters:
id -

getProjectId

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

Returns:
projectId

setProjectId

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

Parameters:
projectId -

getProjectPathString

public java.lang.String getProjectPathString()
Gets the projectPathString value for this NewsPostSoapRow.

Returns:
projectPathString

setProjectPathString

public void setProjectPathString(java.lang.String projectPathString)
Sets the projectPathString value for this NewsPostSoapRow.

Parameters:
projectPathString -

getProjectTitle

public java.lang.String getProjectTitle()
Gets the projectTitle value for this NewsPostSoapRow.

Returns:
projectTitle

setProjectTitle

public void setProjectTitle(java.lang.String projectTitle)
Sets the projectTitle value for this NewsPostSoapRow.

Parameters:
projectTitle -

getTitle

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

Returns:
title

setTitle

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

Parameters:
title -

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.