@GeneratedType(value="net.datenwerke.dtoservices.dtogenerator.DtoAnnotationProcessor") public class YearlyAtDateConfigDto extends DateTriggerConfigDto
YearlyAtDateConfig
This file was automatically created by DtoAnnotationProcessor, version 0.1| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PROPERTY_YEARLY_MONTH |
static java.lang.String |
PROPERTY_YEARLY_N_DAY |
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 |
|---|
YearlyAtDateConfigDto() |
| 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() |
MonthsDto |
getYearlyMonth() |
static PropertyAccessor<YearlyAtDateConfigDto,MonthsDto> |
getYearlyMonthPropertyAccessor() |
java.lang.Integer |
getYearlyNDay() |
static PropertyAccessor<YearlyAtDateConfigDto,java.lang.Integer> |
getYearlyNDayPropertyAccessor() |
int |
hashCode() |
YearlyAtDateConfigDtoPA |
instantiatePropertyAccess() |
boolean |
isModified() |
boolean |
isYearlyMonthModified() |
boolean |
isYearlyNDayModified() |
static Dto2PosoMapper |
newPosoMapper() |
void |
setYearlyMonth(MonthsDto yearlyMonth) |
void |
setYearlyNDay(java.lang.Integer yearlyNDay) |
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_YEARLY_MONTH
public static final java.lang.String PROPERTY_YEARLY_N_DAY
public MonthsDto getYearlyMonth()
public void setYearlyMonth(MonthsDto yearlyMonth)
public boolean isYearlyMonthModified()
public static PropertyAccessor<YearlyAtDateConfigDto,MonthsDto> getYearlyMonthPropertyAccessor()
public java.lang.Integer getYearlyNDay()
public void setYearlyNDay(java.lang.Integer yearlyNDay)
public boolean isYearlyNDayModified()
public static PropertyAccessor<YearlyAtDateConfigDto,java.lang.Integer> getYearlyNDayPropertyAccessor()
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 YearlyAtDateConfigDtoPA 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