Class PlanningFolder5SoapDO

java.lang.Object
com.collabnet.ce.soap60.webservices.cemain.ObjectSoapDO
com.collabnet.ce.soap60.webservices.cemain.FolderSoapDO
com.collabnet.ce.soap60.webservices.planning.PlanningFolder5SoapDO

public class PlanningFolder5SoapDO extends FolderSoapDO
A Planning Folder is a collection of one or more artifacts.
Change History
Release: 6.1
  • Added CAPACITY_NOT_SET constant.
  • Added status, statusClass, capacity, and releaseId fields.
Release: 6.2
  • Added tracker unit id.
Release: 7.1
  • Added points capacity.
Release: 7.2
  • Added burndownViewMode field.
  • Added EFFORT and POINTS constants.
Release: 8.1
  • Added type field.
Since:
5.3
  • Field Details

  • Constructor Details

    • PlanningFolder5SoapDO

      public PlanningFolder5SoapDO()
  • Method Details

    • getType

      public String getType()
      Returns 'type'. Planning folder type: PLANNING_FOLDER_TYPE_FOLDER or PLANNING_FOLDER_TYPE_RELEASE or PLANNING_FOLDER_TYPE_ITERATION.
      Returns:
      Value of 'type'.
    • setType

      public void setType(String type)
      Sets 'type'. Planning folder type: PLANNING_FOLDER_TYPE_FOLDER or PLANNING_FOLDER_TYPE_RELEASE or PLANNING_FOLDER_TYPE_ITERATION.
      Parameters:
      type - Value of 'type'.
    • getStartDate

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

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

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

      public void setEndDate(Date endDate)
      Sets 'endDate'.
      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'.
    • getPointsCapacity

      public int getPointsCapacity()
      Returns 'pointsCapacity'.
      Returns:
      Value of 'pointsCapacity'.
    • setPointsCapacity

      public void setPointsCapacity(int pointsCapacity)
      Sets 'pointsCapacity'.
      Parameters:
      pointsCapacity - Value of 'pointsCapacity'.
    • getReleaseId

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

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

      public String getTrackerUnitId()
      Returns 'trackerUnitId'.
      Returns:
      Value of 'trackerUnitId'.
    • setTrackerUnitId

      public void setTrackerUnitId(String trackerUnitId)
      Sets 'trackerUnitId'.
      Parameters:
      trackerUnitId - Value of 'trackerUnitId'.
    • getBurndownViewMode

      public String getBurndownViewMode()
      Returns 'burndownViewMode'.
      Returns:
      Value of 'burndownViewMode'.
    • setBurndownViewMode

      public void setBurndownViewMode(String burndownViewMode)
      Sets 'burndownViewMode'.
      Parameters:
      burndownViewMode - Value of 'burndownViewMode'.
    • registerTypeMappings

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