Class PlanningFolderSoapRow

java.lang.Object
com.collabnet.ce.soap60.webservices.cemain.FolderSoapRow
com.collabnet.ce.soap60.webservices.planning.PlanningFolderSoapRow

public class PlanningFolderSoapRow extends FolderSoapRow
A list of PlanningFolder is represented by PlanningFolderSoapList class. Each row within a PlanningFolder list is represented by the PlanningFolderSoapRow class.
Change History
Release: 6.1
  • Added status, statusClass, capacity, releaseTitle and releaseId fields.
Since:
5.0
  • Constructor Details

    • PlanningFolderSoapRow

      public PlanningFolderSoapRow()
  • Method Details

    • getStartDate

      public Date getStartDate()
      Returns 'startDate'. PlanningFolder start date
      Returns:
      Value of 'startDate'.
    • setStartDate

      public void setStartDate(Date startDate)
      Sets 'startDate'. PlanningFolder start date
      Parameters:
      startDate - Value of 'startDate'.
    • getEndDate

      public Date getEndDate()
      Returns 'endDate'. PlanningFolder end date
      Returns:
      Value of 'endDate'.
    • setEndDate

      public void setEndDate(Date endDate)
      Sets 'endDate'. PlanningFolder end date
      Parameters:
      endDate - Value of 'endDate'.
    • getStatus

      public String getStatus()
      Returns 'status'.
      Returns:
      Value of 'status'.
    • setStatus

      public void setStatus(String status)
      Sets 'status'.
      Parameters:
      status - Value of 'status'.
    • getStatusClass

      public String getStatusClass()
      Returns 'statusClass'.
      Returns:
      Value of 'statusClass'.
    • setStatusClass

      public void setStatusClass(String statusClass)
      Sets 'statusClass'.
      Parameters:
      statusClass - Value of 'statusClass'.
    • getCapacity

      public int getCapacity()
      Returns 'capacity'.
      Returns:
      Value of 'capacity'.
    • setCapacity

      public void setCapacity(int capacity)
      Sets 'capacity'.
      Parameters:
      capacity - Value of 'capacity'.
    • getReleaseTitle

      public String getReleaseTitle()
      Returns 'releaseTitle'.
      Returns:
      Value of 'releaseTitle'.
    • setReleaseTitle

      public void setReleaseTitle(String releaseTitle)
      Sets 'releaseTitle'.
      Parameters:
      releaseTitle - Value of 'releaseTitle'.
    • getReleaseId

      public String getReleaseId()
      Returns 'releaseId'.
      Returns:
      Value of 'releaseId'.
    • setReleaseId

      public void setReleaseId(String releaseId)
      Sets 'releaseId'.
      Parameters:
      releaseId - Value of 'releaseId'.
    • registerTypeMappings

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