public class TopicSoapDO
extends com.collabnet.ce.soap60.webservices.cemain.FolderSoapDO
Constructor and Description |
---|
TopicSoapDO() |
Modifier and Type | Method and Description |
---|---|
String |
getLastPostBy()
Returns 'lastPostBy'.
|
Date |
getLastPostDate()
Returns 'lastPostDate'.
|
String |
getStatus()
Returns 'status'.
|
int |
getViewCount()
Returns 'viewCount'.
|
static void |
registerTypeMappings(org.apache.axis.client.Call call) |
void |
setLastPostBy(String lastPostBy)
Sets 'lastPostBy'.
|
void |
setLastPostDate(Date lastPostDate)
Sets 'lastPostDate'.
|
void |
setStatus(String status)
Sets 'status'.
|
void |
setViewCount(int viewCount)
Sets 'viewCount'.
|
getDescription, getParentFolderId, getPath, getProjectId, getTitle, setDescription, setParentFolderId, setPath, setProjectId, setTitle
public int getViewCount()
public void setViewCount(int viewCount)
viewCount
- Value of 'viewCount'.public String getLastPostBy()
public void setLastPostBy(String lastPostBy)
lastPostBy
- Value of 'lastPostBy'.public Date getLastPostDate()
public void setLastPostDate(Date lastPostDate)
lastPostDate
- Value of 'lastPostDate'.public String getStatus()
public void setStatus(String status)
status
- Value of 'status'.public static void registerTypeMappings(org.apache.axis.client.Call call)
Copyright © 2016 CollabNet. All Rights Reserved.