public class TeamSoapRow extends Object
Constructor and Description |
---|
TeamSoapRow() |
Modifier and Type | Method and Description |
---|---|
String |
getCreatedBy()
Returns 'createdBy'.
|
Date |
getCreatedDate()
Returns 'createdDate'.
|
String |
getDescription()
Returns 'description'.
|
String |
getId()
Returns 'id'.
|
String |
getLastModifiedBy()
Returns 'lastModifiedBy'.
|
Date |
getLastModifiedDate()
Returns 'lastModifiedDate'.
|
String[] |
getMemberUserNames()
Returns 'memberUserNames'.
|
String |
getParentTeamId()
Returns 'parentTeamId'.
|
String |
getProjectId()
Returns 'projectId'.
|
String |
getTeamOwnerUserName()
Returns 'teamOwnerUserName'.
|
String |
getTitle()
Returns 'title'.
|
int |
getVersion()
Returns 'version'.
|
static void |
registerTypeMappings(org.apache.axis.client.Call call) |
void |
setCreatedBy(String createdBy)
Sets 'createdBy'.
|
void |
setCreatedDate(Date createdDate)
Sets 'createdDate'.
|
void |
setDescription(String description)
Sets 'description'.
|
void |
setId(String id)
Sets 'id'.
|
void |
setLastModifiedBy(String lastModifiedBy)
Sets 'lastModifiedBy'.
|
void |
setLastModifiedDate(Date lastModifiedDate)
Sets 'lastModifiedDate'.
|
void |
setMemberUserNames(String[] memberUserNames)
Sets 'memberUserNames'.
|
void |
setParentTeamId(String parentTeamId)
Sets 'parentTeamId'.
|
void |
setProjectId(String projectId)
Sets 'projectId'.
|
void |
setTeamOwnerUserName(String teamOwnerUserName)
Sets 'teamOwnerUserName'.
|
void |
setTitle(String title)
Sets 'title'.
|
void |
setVersion(int version)
Sets 'version'.
|
public String getId()
public void setId(String id)
id
- Value of 'id'.public String getTitle()
public void setTitle(String title)
title
- Value of 'title'.public String getDescription()
public void setDescription(String description)
description
- Value of 'description'.public String getParentTeamId()
public void setParentTeamId(String parentTeamId)
parentTeamId
- Value of 'parentTeamId'.public String getProjectId()
public void setProjectId(String projectId)
projectId
- Value of 'projectId'.public String getTeamOwnerUserName()
public void setTeamOwnerUserName(String teamOwnerUserName)
teamOwnerUserName
- Value of 'teamOwnerUserName'.public String[] getMemberUserNames()
public void setMemberUserNames(String[] memberUserNames)
memberUserNames
- Value of 'memberUserNames'.public String getCreatedBy()
public void setCreatedBy(String createdBy)
createdBy
- Value of 'createdBy'.public String getLastModifiedBy()
public void setLastModifiedBy(String lastModifiedBy)
lastModifiedBy
- Value of 'lastModifiedBy'.public Date getCreatedDate()
public void setCreatedDate(Date createdDate)
createdDate
- Value of 'createdDate'.public Date getLastModifiedDate()
public void setLastModifiedDate(Date lastModifiedDate)
lastModifiedDate
- Value of 'lastModifiedDate'.public int getVersion()
public void setVersion(int version)
version
- Value of 'version'.public static void registerTypeMappings(org.apache.axis.client.Call call)
Copyright © 2016 CollabNet. All Rights Reserved.