Class CreateDelivery

java.lang.Object
com.xebialabs.xlrelease.api.v1.forms.CreateDelivery
All Implemented Interfaces:
Serializable

public class CreateDelivery extends Object implements Serializable
See Also:
  • Field Details

    • startDate

      protected Date startDate
    • endDate

      protected Date endDate
  • Constructor Details

    • CreateDelivery

      public CreateDelivery()
    • CreateDelivery

      public CreateDelivery(String title)
  • Method Details

    • getFolderId

      public String getFolderId()
    • setFolderId

      public void setFolderId(String folderId)
    • getTitle

      public String getTitle()
    • setTitle

      public void setTitle(String title)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getDuration

      public int getDuration()
    • setDuration

      public void setDuration(int duration)
    • getStartDate

      public Date getStartDate()
    • setStartDate

      public void setStartDate(Date startDate)
    • getEndDate

      public Date getEndDate()
    • setEndDate

      public void setEndDate(Date endDate)
    • isAutoComplete

      public boolean isAutoComplete()
    • setAutoComplete

      public void setAutoComplete(boolean autoComplete)
    • toString

      public String toString()
      Overrides:
      toString in class Object