@GeneratedType(value="net.datenwerke.dtoservices.dtogenerator.DtoAnnotationProcessor") public abstract class DateTimeParameterInstanceDto extends ParameterInstanceDto
DateTimeParameterInstance
This file was automatically created by DtoAnnotationProcessor, version 0.1Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PROPERTY_FORMULA |
static java.lang.String |
PROPERTY_STR_VALUE |
static java.lang.String |
PROPERTY_VALUE |
PROPERTY_DEFINITION, PROPERTY_ID, PROPERTY_STILL_DEFAULT
DISPLAY_STRING_VALUE_PROVIDER, GENERIC_CHANGE_EVENT_PROPERTY
Constructor and Description |
---|
DateTimeParameterInstanceDto() |
getDefinition, getDefinitionPropertyAccessor, getDtoId, getId, getIdPropertyAccessor, getStillDefaultPropertyAccessor, isDefinitionModified, isIdModified, isStillDefault, isStillDefaultModified, setDefinition, setDtoId, setId, setStillDefault
addInstanceChangedHandler, 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, undo
public static final java.lang.String PROPERTY_FORMULA
public static final java.lang.String PROPERTY_STR_VALUE
public static final java.lang.String PROPERTY_VALUE
public java.lang.String getFormula()
public void setFormula(java.lang.String formula)
public boolean isFormulaModified()
public static PropertyAccessor<DateTimeParameterInstanceDto,java.lang.String> getFormulaPropertyAccessor()
public java.lang.String getStrValue()
public void setStrValue(java.lang.String strValue)
public boolean isStrValueModified()
public static PropertyAccessor<DateTimeParameterInstanceDto,java.lang.String> getStrValuePropertyAccessor()
public java.util.Date getValue()
public void setValue(java.util.Date value)
public boolean isValueModified()
public static PropertyAccessor<DateTimeParameterInstanceDto,java.util.Date> getValuePropertyAccessor()
public int hashCode()
hashCode
in class ParameterInstanceDto
public boolean equals(java.lang.Object obj)
equals
in class ParameterInstanceDto
public java.lang.String toString()
toString
in class ParameterInstanceDto
public static Dto2PosoMapper newPosoMapper()
public DateTimeParameterInstanceDtoPA instantiatePropertyAccess()
instantiatePropertyAccess
in class ParameterInstanceDto
public void clearModified()
clearModified
in class ParameterInstanceDto
public boolean isModified()
isModified
in interface ObjectModificationsTracked<Dto>
isModified
in class ParameterInstanceDto
public java.util.List<PropertyAccessor> getPropertyAccessors()
getPropertyAccessors
in class ParameterInstanceDto
public java.util.List<PropertyAccessor> getModifiedPropertyAccessors()
getModifiedPropertyAccessors
in class ParameterInstanceDto
public java.util.List<PropertyAccessor> getPropertyAccessorsByView(DtoView view)
getPropertyAccessorsByView
in class ParameterInstanceDto
public java.util.List<PropertyAccessor> getPropertyAccessorsForDtos()
getPropertyAccessorsForDtos
in class ParameterInstanceDto