Class NewsPostSoapRow
java.lang.Object
com.collabnet.ce.soap60.webservices.news.NewsPostSoapRow
NewsPostList class represents a list of news posts.
- Since:
- 4.1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBody()Returns 'body'.Returns 'createdByFullName'.Returns 'createdByUsername'.Returns 'createdOn'.Returns 'folderPathString'.getId()Returns 'id'.Returns 'projectId'.Returns 'projectPathString'.Returns 'projectTitle'.getTitle()Returns 'title'.static voidregisterTypeMappings(org.apache.axis.client.Call call) voidSets 'body'.voidsetCreatedByFullName(String createdByFullName) Sets 'createdByFullName'.voidsetCreatedByUsername(String createdByUsername) Sets 'createdByUsername'.voidsetCreatedOn(Date createdOn) Sets 'createdOn'.voidsetFolderPathString(String folderPathString) Sets 'folderPathString'.voidSets 'id'.voidsetProjectId(String projectId) Sets 'projectId'.voidsetProjectPathString(String projectPathString) Sets 'projectPathString'.voidsetProjectTitle(String projectTitle) Sets 'projectTitle'.voidSets 'title'.
-
Constructor Details
-
NewsPostSoapRow
public NewsPostSoapRow()
-
-
Method Details
-
getId
Returns 'id'. The news post ID- Returns:
- Value of 'id'.
-
setId
Sets 'id'. The news post ID- Parameters:
id- Value of 'id'.
-
getProjectTitle
Returns 'projectTitle'. The title of the project containing the news post- Returns:
- Value of 'projectTitle'.
-
setProjectTitle
Sets 'projectTitle'. The title of the project containing the news post- Parameters:
projectTitle- Value of 'projectTitle'.
-
getProjectId
Returns 'projectId'. The id of the project containing the news post- Returns:
- Value of 'projectId'.
-
setProjectId
Sets 'projectId'. The id of the project containing the news post- Parameters:
projectId- Value of 'projectId'.
-
getProjectPathString
Returns 'projectPathString'. The path to the project containing the news post- Returns:
- Value of 'projectPathString'.
-
setProjectPathString
Sets 'projectPathString'. The path to the project containing the news post- Parameters:
projectPathString- Value of 'projectPathString'.
-
getFolderPathString
Returns 'folderPathString'.- Returns:
- Value of 'folderPathString'.
-
setFolderPathString
Sets 'folderPathString'.- Parameters:
folderPathString- Value of 'folderPathString'.
-
getTitle
Returns 'title'. The title of the news post- Returns:
- Value of 'title'.
-
setTitle
Sets 'title'. The title of the news post- Parameters:
title- Value of 'title'.
-
getBody
Returns 'body'. The content of the news post- Returns:
- Value of 'body'.
-
setBody
Sets 'body'. The content of the news post- Parameters:
body- Value of 'body'.
-
getCreatedOn
Returns 'createdOn'. The date the news post was created- Returns:
- Value of 'createdOn'.
-
setCreatedOn
Sets 'createdOn'. The date the news post was created- Parameters:
createdOn- Value of 'createdOn'.
-
getCreatedByUsername
Returns 'createdByUsername'. The username of the user who created the news post- Returns:
- Value of 'createdByUsername'.
-
setCreatedByUsername
Sets 'createdByUsername'. The username of the user who created the news post- Parameters:
createdByUsername- Value of 'createdByUsername'.
-
getCreatedByFullName
Returns 'createdByFullName'. The full name of the user who created the news post- Returns:
- Value of 'createdByFullName'.
-
setCreatedByFullName
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)
-