public class NewsPostSoapRow extends Object
Constructor and Description |
---|
NewsPostSoapRow() |
Modifier and Type | Method and Description |
---|---|
String |
getBody()
Returns 'body'.
|
String |
getCreatedByFullName()
Returns 'createdByFullName'.
|
String |
getCreatedByUsername()
Returns 'createdByUsername'.
|
Date |
getCreatedOn()
Returns 'createdOn'.
|
String |
getFolderPathString()
Returns 'folderPathString'.
|
String |
getId()
Returns 'id'.
|
String |
getProjectId()
Returns 'projectId'.
|
String |
getProjectPathString()
Returns 'projectPathString'.
|
String |
getProjectTitle()
Returns 'projectTitle'.
|
String |
getTitle()
Returns 'title'.
|
static void |
registerTypeMappings(org.apache.axis.client.Call call) |
void |
setBody(String body)
Sets 'body'.
|
void |
setCreatedByFullName(String createdByFullName)
Sets 'createdByFullName'.
|
void |
setCreatedByUsername(String createdByUsername)
Sets 'createdByUsername'.
|
void |
setCreatedOn(Date createdOn)
Sets 'createdOn'.
|
void |
setFolderPathString(String folderPathString)
Sets 'folderPathString'.
|
void |
setId(String id)
Sets 'id'.
|
void |
setProjectId(String projectId)
Sets 'projectId'.
|
void |
setProjectPathString(String projectPathString)
Sets 'projectPathString'.
|
void |
setProjectTitle(String projectTitle)
Sets 'projectTitle'.
|
void |
setTitle(String title)
Sets 'title'.
|
public String getId()
public void setId(String id)
id
- Value of 'id'.public String getProjectTitle()
public void setProjectTitle(String projectTitle)
projectTitle
- Value of 'projectTitle'.public String getProjectId()
public void setProjectId(String projectId)
projectId
- Value of 'projectId'.public String getProjectPathString()
public void setProjectPathString(String projectPathString)
projectPathString
- Value of 'projectPathString'.public String getFolderPathString()
public void setFolderPathString(String folderPathString)
folderPathString
- Value of 'folderPathString'.public String getTitle()
public void setTitle(String title)
title
- Value of 'title'.public String getBody()
public void setBody(String body)
body
- Value of 'body'.public Date getCreatedOn()
public void setCreatedOn(Date createdOn)
createdOn
- Value of 'createdOn'.public String getCreatedByUsername()
public void setCreatedByUsername(String createdByUsername)
createdByUsername
- Value of 'createdByUsername'.public String getCreatedByFullName()
public void setCreatedByFullName(String createdByFullName)
createdByFullName
- Value of 'createdByFullName'.public static void registerTypeMappings(org.apache.axis.client.Call call)
Copyright © 2016 CollabNet. All Rights Reserved.