Class DuplicateDeliveryPattern

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

public class DuplicateDeliveryPattern extends Object implements Serializable
See Also:
  • Constructor Details

    • DuplicateDeliveryPattern

      public DuplicateDeliveryPattern()
    • DuplicateDeliveryPattern

      public DuplicateDeliveryPattern(String title, String description)
  • Method Details

    • getTitle

      public String getTitle()
    • setTitle

      public void setTitle(String title)
    • hasTitle

      public boolean hasTitle()
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • hasDescription

      public boolean hasDescription()
    • toString

      public String toString()
      Overrides:
      toString in class Object