Class ProjectGroupSoapRow

java.lang.Object
com.collabnet.ce.soap60.webservices.cemain.ProjectGroupSoapRow

public class ProjectGroupSoapRow extends Object
ProjectGroupList is used to get a list of project groups.
Since:
6.0.1
  • Constructor Details

    • ProjectGroupSoapRow

      public ProjectGroupSoapRow()
  • Method Details

    • getId

      public String getId()
      Returns 'id'. The id of the project group
      Returns:
      Value of 'id'.
    • setId

      public void setId(String id)
      Sets 'id'. The id of the project group
      Parameters:
      id - Value of 'id'.
    • getPath

      public String getPath()
      Returns 'path'. The path of the project group
      Returns:
      Value of 'path'.
    • setPath

      public void setPath(String path)
      Sets 'path'. The path of the project group
      Parameters:
      path - Value of 'path'.
    • getTitle

      public String getTitle()
      Returns 'title'. The title of the project group
      Returns:
      Value of 'title'.
    • setTitle

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

      public String getDescription()
      Returns 'description'. The detailed description of the project group
      Returns:
      Value of 'description'.
    • setDescription

      public void setDescription(String description)
      Sets 'description'. The detailed description of the project group
      Parameters:
      description - Value of 'description'.
    • getDateCreated

      public Date getDateCreated()
      Returns 'dateCreated'. The date the project group was created
      Returns:
      Value of 'dateCreated'.
    • setDateCreated

      public void setDateCreated(Date dateCreated)
      Sets 'dateCreated'. The date the project group was created
      Parameters:
      dateCreated - Value of 'dateCreated'.
    • getMemberProjects

      public int getMemberProjects()
      Returns 'memberProjects'. Member projects count
      Returns:
      Value of 'memberProjects'.
    • setMemberProjects

      public void setMemberProjects(int memberProjects)
      Sets 'memberProjects'. Member projects count
      Parameters:
      memberProjects - Value of 'memberProjects'.
    • registerTypeMappings

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