Class TeamSoapRow

java.lang.Object
com.collabnet.ce.soap60.webservices.team.TeamSoapRow

public class TeamSoapRow extends Object
A list of Teams.
Since:
8.0
  • Constructor Details

    • TeamSoapRow

      public TeamSoapRow()
  • Method Details

    • getId

      public String getId()
      Returns 'id'. The team id.
      Returns:
      Value of 'id'.
    • setId

      public void setId(String id)
      Sets 'id'. The team id.
      Parameters:
      id - Value of 'id'.
    • getTitle

      public String getTitle()
      Returns 'title'. The team title.
      Returns:
      Value of 'title'.
    • setTitle

      public void setTitle(String title)
      Sets 'title'. The team title.
      Parameters:
      title - Value of 'title'.
    • getDescription

      public String getDescription()
      Returns 'description'. The team description.
      Returns:
      Value of 'description'.
    • setDescription

      public void setDescription(String description)
      Sets 'description'. The team description.
      Parameters:
      description - Value of 'description'.
    • getParentTeamId

      public String getParentTeamId()
      Returns 'parentTeamId'. The parent team id.
      Returns:
      Value of 'parentTeamId'.
    • setParentTeamId

      public void setParentTeamId(String parentTeamId)
      Sets 'parentTeamId'. The parent team id.
      Parameters:
      parentTeamId - Value of 'parentTeamId'.
    • getProjectId

      public String getProjectId()
      Returns 'projectId'. The project id.
      Returns:
      Value of 'projectId'.
    • setProjectId

      public void setProjectId(String projectId)
      Sets 'projectId'. The project id.
      Parameters:
      projectId - Value of 'projectId'.
    • getTeamOwnerUserName

      public String getTeamOwnerUserName()
      Returns 'teamOwnerUserName'. The team owner name.
      Returns:
      Value of 'teamOwnerUserName'.
    • setTeamOwnerUserName

      public void setTeamOwnerUserName(String teamOwnerUserName)
      Sets 'teamOwnerUserName'. The team owner name.
      Parameters:
      teamOwnerUserName - Value of 'teamOwnerUserName'.
    • getMemberUserNames

      public String[] getMemberUserNames()
      Returns 'memberUserNames'. Team member user names
      Returns:
      Value of 'memberUserNames'.
    • setMemberUserNames

      public void setMemberUserNames(String[] memberUserNames)
      Sets 'memberUserNames'. Team member user names
      Parameters:
      memberUserNames - Value of 'memberUserNames'.
    • getCreatedBy

      public String getCreatedBy()
      Returns 'createdBy'. The team created by user name.
      Returns:
      Value of 'createdBy'.
    • setCreatedBy

      public void setCreatedBy(String createdBy)
      Sets 'createdBy'. The team created by user name.
      Parameters:
      createdBy - Value of 'createdBy'.
    • getLastModifiedBy

      public String getLastModifiedBy()
      Returns 'lastModifiedBy'. The team last modified by user name.
      Returns:
      Value of 'lastModifiedBy'.
    • setLastModifiedBy

      public void setLastModifiedBy(String lastModifiedBy)
      Sets 'lastModifiedBy'. The team last modified by user name.
      Parameters:
      lastModifiedBy - Value of 'lastModifiedBy'.
    • getCreatedDate

      public Date getCreatedDate()
      Returns 'createdDate'. The team created date.
      Returns:
      Value of 'createdDate'.
    • setCreatedDate

      public void setCreatedDate(Date createdDate)
      Sets 'createdDate'. The team created date.
      Parameters:
      createdDate - Value of 'createdDate'.
    • getLastModifiedDate

      public Date getLastModifiedDate()
      Returns 'lastModifiedDate'. The team last modified date.
      Returns:
      Value of 'lastModifiedDate'.
    • setLastModifiedDate

      public void setLastModifiedDate(Date lastModifiedDate)
      Sets 'lastModifiedDate'. The team last modified date.
      Parameters:
      lastModifiedDate - Value of 'lastModifiedDate'.
    • getVersion

      public int getVersion()
      Returns 'version'. The team version id.
      Returns:
      Value of 'version'.
    • setVersion

      public void setVersion(int version)
      Sets 'version'. The team version id.
      Parameters:
      version - Value of 'version'.
    • registerTypeMappings

      public static void registerTypeMappings(org.apache.axis.client.Call call)