Class CalendarEntry

java.lang.Object
com.xebialabs.deployit.plugin.api.udm.base.BaseConfigurationItem
com.xebialabs.xlrelease.domain.calendar.CalendarEntry
All Implemented Interfaces:
ConfigurationItem, Serializable, Comparable<BaseConfigurationItem>
Direct Known Subclasses:
Blackout, SpecialDay

@Metadata(description="Base class for all calendar entries", root=CONFIGURATION, versioned=false, virtual=true) public abstract class CalendarEntry extends BaseConfigurationItem
See Also:
  • Field Details

  • Constructor Details

    • CalendarEntry

      public CalendarEntry()
  • Method Details

    • getLabel

      public String getLabel()
    • setLabel

      public void setLabel(String label)
    • getStartDate

      public Date getStartDate()
    • setStartDate

      public void setStartDate(Date startDate)
    • getEndDate

      public Date getEndDate()
    • setEndDate

      public void setEndDate(Date endDate)