@GeneratedType(value="net.datenwerke.dtoservices.dtogenerator.DtoAnnotationProcessor") public abstract class DateTimeParameterDefinitionDto extends ParameterDefinitionDtoDec
DateTimeParameterDefinition
This file was automatically created by DtoAnnotationProcessor, version 0.1| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PROPERTY_DEFAULT_VALUE |
static java.lang.String |
PROPERTY_FORMULA |
static java.lang.String |
PROPERTY_MODE |
static java.lang.String |
PROPERTY_USE_NOW_AS_DEFAULT |
PROPERTY_DEPENDS_ON, PROPERTY_DESCRIPTION, PROPERTY_DISPLAY_INLINE, PROPERTY_EDITABLE, PROPERTY_HIDDEN, PROPERTY_ID, PROPERTY_KEY, PROPERTY_LABEL_WIDTH, PROPERTY_MANDATORY, PROPERTY_N, PROPERTY_NAMEDISPLAY_STRING_VALUE_PROVIDER, GENERIC_CHANGE_EVENT_PROPERTY| Constructor and Description |
|---|
DateTimeParameterDefinitionDto() |
getReport, setReportgetDependsOn, getDependsOnPropertyAccessor, getDescription, getDescriptionPropertyAccessor, getDisplayInlinePropertyAccessor, getDtoId, getEditablePropertyAccessor, getHiddenPropertyAccessor, getId, getIdPropertyAccessor, getKey, getKeyPropertyAccessor, getLabelWidth, getLabelWidthPropertyAccessor, getMandatoryPropertyAccessor, getN, getName, getNamePropertyAccessor, getNPropertyAccessor, isDependsOnModified, isDescriptionModified, isDisplayInline, isDisplayInlineModified, isEditable, isEditableModified, isHidden, isHiddenModified, isIdModified, isKeyModified, isLabelWidthModified, isMandatory, isMandatoryModified, isNameModified, isNModified, setDependsOn, setDescription, setDisplayInline, setDtoId, setEditable, setHidden, setId, setKey, setLabelWidth, setMandatory, setN, setNameaddInstanceChangedHandler, addObjectChangedHandler, commit, commit, deepSet, fireEvent, fireObjectChangedEvent, fireObjectChangedEvent, fireObjectChangedEvent, getDtoProxyId, getDtoView, getValueProviderByPath, isDtoProxy, isSilenceEvents, isTrackChanges, markAsProxy, redo, redo, rollback, rollback, setDtoView, silenceEvents, toIcon, toTypeDescription, trackChanges, undo, undopublic static final java.lang.String PROPERTY_DEFAULT_VALUE
public static final java.lang.String PROPERTY_FORMULA
public static final java.lang.String PROPERTY_MODE
public static final java.lang.String PROPERTY_USE_NOW_AS_DEFAULT
public java.util.Date getDefaultValue()
public void setDefaultValue(java.util.Date defaultValue)
public boolean isDefaultValueModified()
public static PropertyAccessor<DateTimeParameterDefinitionDto,java.util.Date> getDefaultValuePropertyAccessor()
public java.lang.String getFormula()
public void setFormula(java.lang.String formula)
public boolean isFormulaModified()
public static PropertyAccessor<DateTimeParameterDefinitionDto,java.lang.String> getFormulaPropertyAccessor()
public ModeDto getMode()
public void setMode(ModeDto mode)
public boolean isModeModified()
public static PropertyAccessor<DateTimeParameterDefinitionDto,ModeDto> getModePropertyAccessor()
public java.lang.Boolean isUseNowAsDefault()
public void setUseNowAsDefault(java.lang.Boolean useNowAsDefault)
public boolean isUseNowAsDefaultModified()
public static PropertyAccessor<DateTimeParameterDefinitionDto,java.lang.Boolean> getUseNowAsDefaultPropertyAccessor()
public java.lang.String toDisplayTitle()
toDisplayTitle in class Dtopublic int hashCode()
hashCode in class ParameterDefinitionDtopublic boolean equals(java.lang.Object obj)
equals in class ParameterDefinitionDtopublic java.lang.String toString()
toString in class ParameterDefinitionDtopublic static Dto2PosoMapper newPosoMapper()
public DateTimeParameterDefinitionDtoPA instantiatePropertyAccess()
instantiatePropertyAccess in class ParameterDefinitionDtopublic void clearModified()
clearModified in class ParameterDefinitionDtopublic boolean isModified()
isModified in interface ObjectModificationsTracked<Dto>isModified in class ParameterDefinitionDtopublic java.util.List<PropertyAccessor> getPropertyAccessors()
getPropertyAccessors in class ParameterDefinitionDtopublic java.util.List<PropertyAccessor> getModifiedPropertyAccessors()
getModifiedPropertyAccessors in class ParameterDefinitionDtopublic java.util.List<PropertyAccessor> getPropertyAccessorsByView(DtoView view)
getPropertyAccessorsByView in class ParameterDefinitionDtopublic java.util.List<PropertyAccessor> getPropertyAccessorsForDtos()
getPropertyAccessorsForDtos in class ParameterDefinitionDto