@GeneratedType(value="net.datenwerke.dtoservices.dtogenerator.DtoAnnotationProcessor") public class WeeklyConfigDto extends DateTriggerConfigDto
WeeklyConfig
This file was automatically created by DtoAnnotationProcessor, version 0.1| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PROPERTY_WEEKLY_DAYS |
static java.lang.String |
PROPERTY_WEEKLY_N |
PROPERTY_AT_TIME, PROPERTY_DAILY_REPEAT_TYPE, PROPERTY_END_TYPE, PROPERTY_FIRST_EXECUTION, PROPERTY_ID, PROPERTY_LAST_EXECUTION, PROPERTY_NUMBER_OF_EXECUTIONS, PROPERTY_TIME_RANGE_END, PROPERTY_TIME_RANGE_INTERVAL, PROPERTY_TIME_RANGE_START, PROPERTY_TIME_RANGE_UNITDISPLAY_STRING_VALUE_PROVIDER, GENERIC_CHANGE_EVENT_PROPERTY| Constructor and Description |
|---|
WeeklyConfigDto() |
| Modifier and Type | Method and Description |
|---|---|
void |
clearModified() |
boolean |
equals(java.lang.Object obj) |
java.util.List<PropertyAccessor> |
getModifiedPropertyAccessors() |
java.util.List<PropertyAccessor> |
getPropertyAccessors() |
java.util.List<PropertyAccessor> |
getPropertyAccessorsByView(DtoView view) |
java.util.List<PropertyAccessor> |
getPropertyAccessorsForDtos() |
java.util.Set<DaysDto> |
getWeeklyDays() |
static PropertyAccessor<WeeklyConfigDto,java.util.Set<DaysDto>> |
getWeeklyDaysPropertyAccessor() |
java.lang.Integer |
getWeeklyN() |
static PropertyAccessor<WeeklyConfigDto,java.lang.Integer> |
getWeeklyNPropertyAccessor() |
int |
hashCode() |
WeeklyConfigDtoPA |
instantiatePropertyAccess() |
boolean |
isModified() |
boolean |
isWeeklyDaysModified() |
boolean |
isWeeklyNModified() |
static Dto2PosoMapper |
newPosoMapper() |
void |
setWeeklyDays(java.util.Set<DaysDto> weeklyDays) |
void |
setWeeklyN(java.lang.Integer weeklyN) |
java.lang.String |
toString() |
getAtTime, getAtTimePropertyAccessor, getDailyRepeatType, getDailyRepeatTypePropertyAccessor, getDtoId, getEndType, getEndTypePropertyAccessor, getFirstExecution, getFirstExecutionPropertyAccessor, getId, getIdPropertyAccessor, getLastExecution, getLastExecutionPropertyAccessor, getNumberOfExecutions, getNumberOfExecutionsPropertyAccessor, getTimeRangeEnd, getTimeRangeEndPropertyAccessor, getTimeRangeInterval, getTimeRangeIntervalPropertyAccessor, getTimeRangeStart, getTimeRangeStartPropertyAccessor, getTimeRangeUnit, getTimeRangeUnitPropertyAccessor, isAtTimeModified, isDailyRepeatTypeModified, isEndTypeModified, isFirstExecutionModified, isIdModified, isLastExecutionModified, isNumberOfExecutionsModified, isTimeRangeEndModified, isTimeRangeIntervalModified, isTimeRangeStartModified, isTimeRangeUnitModified, setAtTime, setDailyRepeatType, setDtoId, setEndType, setFirstExecution, setId, setLastExecution, setNumberOfExecutions, setTimeRangeEnd, setTimeRangeInterval, setTimeRangeStart, setTimeRangeUnitaddInstanceChangedHandler, addObjectChangedHandler, commit, commit, deepSet, fireEvent, fireObjectChangedEvent, fireObjectChangedEvent, fireObjectChangedEvent, getDtoProxyId, getDtoView, getValueProviderByPath, isDtoProxy, isSilenceEvents, isTrackChanges, markAsProxy, redo, redo, rollback, rollback, setDtoView, silenceEvents, toDisplayTitle, toIcon, toTypeDescription, trackChanges, undo, undopublic static final java.lang.String PROPERTY_WEEKLY_DAYS
public static final java.lang.String PROPERTY_WEEKLY_N
public java.util.Set<DaysDto> getWeeklyDays()
public void setWeeklyDays(java.util.Set<DaysDto> weeklyDays)
public boolean isWeeklyDaysModified()
public static PropertyAccessor<WeeklyConfigDto,java.util.Set<DaysDto>> getWeeklyDaysPropertyAccessor()
public java.lang.Integer getWeeklyN()
public void setWeeklyN(java.lang.Integer weeklyN)
public boolean isWeeklyNModified()
public static PropertyAccessor<WeeklyConfigDto,java.lang.Integer> getWeeklyNPropertyAccessor()
public int hashCode()
hashCode in class DateTriggerConfigDtopublic boolean equals(java.lang.Object obj)
equals in class DateTriggerConfigDtopublic java.lang.String toString()
toString in class DateTriggerConfigDtopublic static Dto2PosoMapper newPosoMapper()
public WeeklyConfigDtoPA instantiatePropertyAccess()
instantiatePropertyAccess in class DateTriggerConfigDtopublic void clearModified()
clearModified in class DateTriggerConfigDtopublic boolean isModified()
isModified in interface ObjectModificationsTracked<Dto>isModified in class DateTriggerConfigDtopublic java.util.List<PropertyAccessor> getPropertyAccessors()
getPropertyAccessors in class DateTriggerConfigDtopublic java.util.List<PropertyAccessor> getModifiedPropertyAccessors()
getModifiedPropertyAccessors in class DateTriggerConfigDtopublic java.util.List<PropertyAccessor> getPropertyAccessorsByView(DtoView view)
getPropertyAccessorsByView in class DateTriggerConfigDtopublic java.util.List<PropertyAccessor> getPropertyAccessorsForDtos()
getPropertyAccessorsForDtos in class DateTriggerConfigDto