Class CalendarEventContribution

java.lang.Object
ch.tocco.nice2.optional.calendar.api.contributions.CalendarEventContribution

public class CalendarEventContribution extends Object
  • Constructor Details

    • CalendarEventContribution

      public CalendarEventContribution()
  • Method Details

    • getCalendarTypeId

      public String getCalendarTypeId()
    • setCalendarTypeId

      public void setCalendarTypeId(String calendarTypeId)
    • getEntityName

      public String getEntityName()
    • setEntityName

      public void setEntityName(String entityName)
    • getLabelField

      public String getLabelField()
    • setLabelField

      public void setLabelField(String labelField)
    • getLabelEntity

      public String getLabelEntity()
    • setLabelEntity

      public void setLabelEntity(String labelEntity)
    • getFromFields

      public List<String> getFromFields()
    • setFromField

      public void setFromField(String fromField)
    • getToFields

      public List<String> getToFields()
    • setToField

      public void setToField(String toField)
    • getDescriptionField

      public String getDescriptionField()
    • setDescriptionField

      public void setDescriptionField(String descriptionField)
    • getRepetitionField

      public String getRepetitionField()
    • setRepetitionField

      public void setRepetitionField(String repetitionField)
    • getExceptionField

      public String getExceptionField()
    • setExceptionField

      public void setExceptionField(String exceptionField)
    • getTargetRelation

      public String getTargetRelation()
    • setTargetRelation

      public void setTargetRelation(String targetRelation)
    • getCalendarRelation

      public String getCalendarRelation()
    • setCalendarRelation

      public void setCalendarRelation(String calendarRelation)
    • getCalendarEventRelation

      public String getCalendarEventRelation()
    • setCalendarEventRelation

      public void setCalendarEventRelation(String calendarEventRelation)
    • getSourceCalendarEventRelation

      public String getSourceCalendarEventRelation()
    • setSourceCalendarEventRelation

      public void setSourceCalendarEventRelation(String sourceCalendarEventRelation)
    • getCalendarEventSourceRelation

      public String getCalendarEventSourceRelation()
    • setCalendarEventSourceRelation

      public void setCalendarEventSourceRelation(String calendarEventSourceRelation)
    • getUseSingleSystemCalendar

      public Boolean getUseSingleSystemCalendar()
    • setUseSingleSystemCalendar

      public void setUseSingleSystemCalendar(Boolean useSingleSystemCalendar)
    • getConflictRelevant

      public Boolean getConflictRelevant()
    • setConflictRelevant

      public void setConflictRelevant(Boolean conflictRelevant)
    • getEntityCalendarRelation

      public String getEntityCalendarRelation()
    • setEntityCalendarRelation

      public void setEntityCalendarRelation(String entityCalendarRelation)
    • getEntityCalendarSourceRelation

      public String getEntityCalendarSourceRelation()
    • setEntityCalendarSourceRelation

      public void setEntityCalendarSourceRelation(String entityCalendarSourceRelation)
    • getColor

      public String getColor()
    • setColor

      public void setColor(String color)
    • getSourceFields

      public Set<String> getSourceFields()
    • getShowInResourceScheduler

      public Boolean getShowInResourceScheduler()
    • setShowInResourceScheduler

      public void setShowInResourceScheduler(Boolean showInResourceScheduler)
    • getSourceRelation

      public String getSourceRelation()
    • setSourceRelation

      public void setSourceRelation(String sourceRelation)
    • getTooltipSourceEntity

      public String getTooltipSourceEntity()
    • setTooltipSourceEntity

      public void setTooltipSourceEntity(String tooltipSourceEntity)