@GeneratedType(value="net.datenwerke.dtoservices.dtogenerator.DtoAnnotationProcessor") public abstract class ColumnFormatDateDto extends ColumnFormatDtoDec
ColumnFormatDate
This file was automatically created by DtoAnnotationProcessor, version 0.1Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PROPERTY_BASE_FORMAT |
static java.lang.String |
PROPERTY_ERROR_REPLACEMENT |
static java.lang.String |
PROPERTY_REPLACE_ERRORS |
static java.lang.String |
PROPERTY_ROLL_OVER |
static java.lang.String |
PROPERTY_TARGET_FORMAT |
PROPERTY_ID
DISPLAY_STRING_VALUE_PROVIDER, GENERIC_CHANGE_EVENT_PROPERTY
Constructor and Description |
---|
ColumnFormatDateDto() |
clone, cloneFormat
getDtoId, getId, getIdPropertyAccessor, isIdModified, setDtoId, setId
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_BASE_FORMAT
public static final java.lang.String PROPERTY_ERROR_REPLACEMENT
public static final java.lang.String PROPERTY_REPLACE_ERRORS
public static final java.lang.String PROPERTY_ROLL_OVER
public static final java.lang.String PROPERTY_TARGET_FORMAT
public java.lang.String getBaseFormat()
public void setBaseFormat(java.lang.String baseFormat)
public boolean isBaseFormatModified()
public static PropertyAccessor<ColumnFormatDateDto,java.lang.String> getBaseFormatPropertyAccessor()
public java.lang.String getErrorReplacement()
public void setErrorReplacement(java.lang.String errorReplacement)
public boolean isErrorReplacementModified()
public static PropertyAccessor<ColumnFormatDateDto,java.lang.String> getErrorReplacementPropertyAccessor()
public java.lang.Boolean isReplaceErrors()
public void setReplaceErrors(java.lang.Boolean replaceErrors)
public boolean isReplaceErrorsModified()
public static PropertyAccessor<ColumnFormatDateDto,java.lang.Boolean> getReplaceErrorsPropertyAccessor()
public java.lang.Boolean isRollOver()
public void setRollOver(java.lang.Boolean rollOver)
public boolean isRollOverModified()
public static PropertyAccessor<ColumnFormatDateDto,java.lang.Boolean> getRollOverPropertyAccessor()
public java.lang.String getTargetFormat()
public void setTargetFormat(java.lang.String targetFormat)
public boolean isTargetFormatModified()
public static PropertyAccessor<ColumnFormatDateDto,java.lang.String> getTargetFormatPropertyAccessor()
public int hashCode()
hashCode
in class ColumnFormatDto
public boolean equals(java.lang.Object obj)
equals
in class ColumnFormatDto
public java.lang.String toString()
toString
in class ColumnFormatDto
public static Dto2PosoMapper newPosoMapper()
public ColumnFormatDateDtoPA instantiatePropertyAccess()
instantiatePropertyAccess
in class ColumnFormatDto
public void clearModified()
clearModified
in class ColumnFormatDto
public boolean isModified()
isModified
in interface ObjectModificationsTracked<Dto>
isModified
in class ColumnFormatDto
public java.util.List<PropertyAccessor> getPropertyAccessors()
getPropertyAccessors
in class ColumnFormatDto
public java.util.List<PropertyAccessor> getModifiedPropertyAccessors()
getModifiedPropertyAccessors
in class ColumnFormatDto
public java.util.List<PropertyAccessor> getPropertyAccessorsByView(DtoView view)
getPropertyAccessorsByView
in class ColumnFormatDto
public java.util.List<PropertyAccessor> getPropertyAccessorsForDtos()
getPropertyAccessorsForDtos
in class ColumnFormatDto