Class TagSoapDO
java.lang.Object
com.collabnet.ce.soap60.webservices.cemain.ObjectSoapDO
com.collabnet.ce.soap60.webservices.tag.TagSoapDO
public class TagSoapDO
extends com.collabnet.ce.soap60.webservices.cemain.ObjectSoapDO
The TagSoapDO class represents a tag created in a project.
- Since:
- 17.4
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns 'deletedDate'.Returns 'description'.getName()
Returns 'name'.Returns 'projectId'.static void
registerTypeMappings
(org.apache.axis.client.Call call) void
setDeletedDate
(Date deletedDate) Sets 'deletedDate'.void
setDescription
(String description) Sets 'description'.void
Sets 'name'.void
setProjectId
(String projectId) Sets 'projectId'.Methods inherited from class com.collabnet.ce.soap60.webservices.cemain.ObjectSoapDO
getCreatedBy, getCreatedDate, getId, getLastModifiedBy, getLastModifiedDate, getVersion, setCreatedBy, setCreatedDate, setId, setLastModifiedBy, setLastModifiedDate, setVersion
-
Constructor Details
-
TagSoapDO
public TagSoapDO()
-
-
Method Details
-
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'.
-
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'.
-
registerTypeMappings
public static void registerTypeMappings(org.apache.axis.client.Call call)
-