public class TagSoapDO
extends com.collabnet.ce.soap60.webservices.cemain.ObjectSoapDO
Constructor and Description |
---|
TagSoapDO() |
Modifier and Type | Method and Description |
---|---|
Date |
getDeletedDate()
Returns 'deletedDate'.
|
String |
getDescription()
Returns 'description'.
|
String |
getName()
Returns 'name'.
|
String |
getProjectId()
Returns 'projectId'.
|
static void |
registerTypeMappings(org.apache.axis.client.Call call) |
void |
setDeletedDate(Date deletedDate)
Sets 'deletedDate'.
|
void |
setDescription(String description)
Sets 'description'.
|
void |
setName(String name)
Sets 'name'.
|
void |
setProjectId(String projectId)
Sets 'projectId'.
|
public String getName()
public void setName(String name)
name
- Value of 'name'.public String getDescription()
public void setDescription(String description)
description
- Value of 'description'.public String getProjectId()
public void setProjectId(String projectId)
projectId
- Value of 'projectId'.public Date getDeletedDate()
public void setDeletedDate(Date deletedDate)
deletedDate
- Value of 'deletedDate'.public static void registerTypeMappings(org.apache.axis.client.Call call)
Copyright © 2017 CollabNet. All Rights Reserved.