Class TagSoapRow
java.lang.Object
com.collabnet.ce.soap60.webservices.tag.TagSoapRow
TagSoapList is used to get a list of tags.
- Since:
- 17.4
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns 'createdBy'.Returns 'createdDate'.Returns 'deletedDate'.Returns 'description'.getId()Returns 'id'.Returns 'lastModifiedBy'.Returns 'lastModifiedDate'.getName()Returns 'name'.Returns 'projectId'.intReturns 'version'.static voidregisterTypeMappings(org.apache.axis.client.Call call) voidsetCreatedBy(String createdBy) Sets 'createdBy'.voidsetCreatedDate(Date createdDate) Sets 'createdDate'.voidsetDeletedDate(Date deletedDate) Sets 'deletedDate'.voidsetDescription(String description) Sets 'description'.voidSets 'id'.voidsetLastModifiedBy(String lastModifiedBy) Sets 'lastModifiedBy'.voidsetLastModifiedDate(Date lastModifiedDate) Sets 'lastModifiedDate'.voidSets 'name'.voidsetProjectId(String projectId) Sets 'projectId'.voidsetVersion(int version) Sets 'version'.
-
Constructor Details
-
TagSoapRow
public TagSoapRow()
-
-
Method Details
-
getId
Returns 'id'. The tag id.- Returns:
- Value of 'id'.
-
setId
Sets 'id'. The tag id.- Parameters:
id- Value of 'id'.
-
getName
Returns 'name'. The tag name.- Returns:
- Value of 'name'.
-
setName
Sets 'name'. The tag name.- Parameters:
name- Value of 'name'.
-
getDescription
Returns 'description'. The tag description.- Returns:
- Value of 'description'.
-
setDescription
Sets 'description'. The tag description.- Parameters:
description- Value of 'description'.
-
getProjectId
Returns 'projectId'. The project id.- Returns:
- Value of 'projectId'.
-
setProjectId
Sets 'projectId'. The project id.- Parameters:
projectId- Value of 'projectId'.
-
getCreatedBy
Returns 'createdBy'. The tag created by user name.- Returns:
- Value of 'createdBy'.
-
setCreatedBy
Sets 'createdBy'. The tag created by user name.- Parameters:
createdBy- Value of 'createdBy'.
-
getLastModifiedBy
Returns 'lastModifiedBy'. The tag last modified by user name.- Returns:
- Value of 'lastModifiedBy'.
-
setLastModifiedBy
Sets 'lastModifiedBy'. The tag last modified by user name.- Parameters:
lastModifiedBy- Value of 'lastModifiedBy'.
-
getCreatedDate
Returns 'createdDate'. The date on which this tag was created.- Returns:
- Value of 'createdDate'.
-
setCreatedDate
Sets 'createdDate'. The date on which this tag was created.- Parameters:
createdDate- Value of 'createdDate'.
-
getLastModifiedDate
Returns 'lastModifiedDate'. The date on which this tag was last modified.- Returns:
- Value of 'lastModifiedDate'.
-
setLastModifiedDate
Sets 'lastModifiedDate'. The date on which this tag was last modified.- Parameters:
lastModifiedDate- Value of 'lastModifiedDate'.
-
getDeletedDate
Returns 'deletedDate'. The date on which this tag was deleted.- Returns:
- Value of 'deletedDate'.
-
setDeletedDate
Sets 'deletedDate'. The date on which this tag was deleted.- Parameters:
deletedDate- Value of 'deletedDate'.
-
getVersion
public int getVersion()Returns 'version'. The tag version id.- Returns:
- Value of 'version'.
-
setVersion
public void setVersion(int version) Sets 'version'. The tag version id.- Parameters:
version- Value of 'version'.
-
registerTypeMappings
public static void registerTypeMappings(org.apache.axis.client.Call call)
-