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'.int
Returns 'version'.static void
registerTypeMappings
(org.apache.axis.client.Call call) void
setCreatedBy
(String createdBy) Sets 'createdBy'.void
setCreatedDate
(Date createdDate) Sets 'createdDate'.void
setDeletedDate
(Date deletedDate) Sets 'deletedDate'.void
setDescription
(String description) Sets 'description'.void
Sets 'id'.void
setLastModifiedBy
(String lastModifiedBy) Sets 'lastModifiedBy'.void
setLastModifiedDate
(Date lastModifiedDate) Sets 'lastModifiedDate'.void
Sets 'name'.void
setProjectId
(String projectId) Sets 'projectId'.void
setVersion
(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)
-