com.vasoftware.sf.soap44.webservices.news
Class NewsPostSoapRow

java.lang.Object
  extended by com.vasoftware.sf.soap44.webservices.news.NewsPostSoapRow

public class NewsPostSoapRow
extends java.lang.Object

NewsPostList class represents a list of news posts.

Since:
4.1

Constructor Summary
NewsPostSoapRow()
           
 
Method Summary
 java.lang.String getBody()
          Returns 'body'.
 java.lang.String getCreatedByFullName()
          Returns 'createdByFullName'.
 java.lang.String getCreatedByUsername()
          Returns 'createdByUsername'.
 java.util.Date getCreatedOn()
          Returns 'createdOn'.
 java.lang.String getFolderPathString()
          Returns 'folderPathString'.
 java.lang.String getId()
          Returns 'id'.
 java.lang.String getProjectId()
          Returns 'projectId'.
 java.lang.String getProjectPathString()
          Returns 'projectPathString'.
 java.lang.String getProjectTitle()
          Returns 'projectTitle'.
 java.lang.String getTitle()
          Returns 'title'.
static void registerTypeMappings(org.apache.axis.client.Call call)
           
 void setBody(java.lang.String body)
          Sets 'body'.
 void setCreatedByFullName(java.lang.String createdByFullName)
          Sets 'createdByFullName'.
 void setCreatedByUsername(java.lang.String createdByUsername)
          Sets 'createdByUsername'.
 void setCreatedOn(java.util.Date createdOn)
          Sets 'createdOn'.
 void setFolderPathString(java.lang.String folderPathString)
          Sets 'folderPathString'.
 void setId(java.lang.String id)
          Sets 'id'.
 void setProjectId(java.lang.String projectId)
          Sets 'projectId'.
 void setProjectPathString(java.lang.String projectPathString)
          Sets 'projectPathString'.
 void setProjectTitle(java.lang.String projectTitle)
          Sets 'projectTitle'.
 void setTitle(java.lang.String title)
          Sets 'title'.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NewsPostSoapRow

public NewsPostSoapRow()
Method Detail

getId

public java.lang.String getId()
Returns 'id'. The news post ID

Returns:
Value of 'id'.

setId

public void setId(java.lang.String id)
Sets 'id'. The news post ID

Parameters:
id - Value of 'id'.

getProjectTitle

public java.lang.String getProjectTitle()
Returns 'projectTitle'. The title of the project containing the news post

Returns:
Value of 'projectTitle'.

setProjectTitle

public void setProjectTitle(java.lang.String projectTitle)
Sets 'projectTitle'. The title of the project containing the news post

Parameters:
projectTitle - Value of 'projectTitle'.

getProjectId

public java.lang.String getProjectId()
Returns 'projectId'. The id of the project containing the news post

Returns:
Value of 'projectId'.

setProjectId

public void setProjectId(java.lang.String projectId)
Sets 'projectId'. The id of the project containing the news post

Parameters:
projectId - Value of 'projectId'.

getProjectPathString

public java.lang.String getProjectPathString()
Returns 'projectPathString'. The path to the project containing the news post

Returns:
Value of 'projectPathString'.

setProjectPathString

public void setProjectPathString(java.lang.String projectPathString)
Sets 'projectPathString'. The path to the project containing the news post

Parameters:
projectPathString - Value of 'projectPathString'.

getFolderPathString

public java.lang.String getFolderPathString()
Returns 'folderPathString'.

Returns:
Value of 'folderPathString'.

setFolderPathString

public void setFolderPathString(java.lang.String folderPathString)
Sets 'folderPathString'.

Parameters:
folderPathString - Value of 'folderPathString'.

getTitle

public java.lang.String getTitle()
Returns 'title'. The title of the news post

Returns:
Value of 'title'.

setTitle

public void setTitle(java.lang.String title)
Sets 'title'. The title of the news post

Parameters:
title - Value of 'title'.

getBody

public java.lang.String getBody()
Returns 'body'. The content of the news post

Returns:
Value of 'body'.

setBody

public void setBody(java.lang.String body)
Sets 'body'. The content of the news post

Parameters:
body - Value of 'body'.

getCreatedOn

public java.util.Date getCreatedOn()
Returns 'createdOn'. The date the news post was created

Returns:
Value of 'createdOn'.

setCreatedOn

public void setCreatedOn(java.util.Date createdOn)
Sets 'createdOn'. The date the news post was created

Parameters:
createdOn - Value of 'createdOn'.

getCreatedByUsername

public java.lang.String getCreatedByUsername()
Returns 'createdByUsername'. The username of the user who created the news post

Returns:
Value of 'createdByUsername'.

setCreatedByUsername

public void setCreatedByUsername(java.lang.String createdByUsername)
Sets 'createdByUsername'. The username of the user who created the news post

Parameters:
createdByUsername - Value of 'createdByUsername'.

getCreatedByFullName

public java.lang.String getCreatedByFullName()
Returns 'createdByFullName'. The full name of the user who created the news post

Returns:
Value of 'createdByFullName'.

setCreatedByFullName

public void setCreatedByFullName(java.lang.String createdByFullName)
Sets 'createdByFullName'. The full name of the user who created the news post

Parameters:
createdByFullName - Value of 'createdByFullName'.

registerTypeMappings

public static void registerTypeMappings(org.apache.axis.client.Call call)