@GeneratedType(value="net.datenwerke.dtoservices.dtogenerator.DtoAnnotationProcessor") public abstract class ColumnFormatNumberDto extends ColumnFormatDtoDec
ColumnFormatNumber
This file was automatically created by DtoAnnotationProcessor, version 0.1| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PROPERTY_NUMBER_OF_DECIMAL_PLACES |
static java.lang.String |
PROPERTY_THOUSAND_SEPARATOR |
static java.lang.String |
PROPERTY_TYPE |
PROPERTY_IDDISPLAY_STRING_VALUE_PROVIDER, GENERIC_CHANGE_EVENT_PROPERTY| Constructor and Description |
|---|
ColumnFormatNumberDto() |
clone, cloneFormatgetDtoId, getId, getIdPropertyAccessor, isIdModified, setDtoId, setIdaddInstanceChangedHandler, 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_NUMBER_OF_DECIMAL_PLACES
public static final java.lang.String PROPERTY_THOUSAND_SEPARATOR
public static final java.lang.String PROPERTY_TYPE
public int getNumberOfDecimalPlaces()
public void setNumberOfDecimalPlaces(int numberOfDecimalPlaces)
public boolean isNumberOfDecimalPlacesModified()
public static PropertyAccessor<ColumnFormatNumberDto,java.lang.Integer> getNumberOfDecimalPlacesPropertyAccessor()
public boolean isThousandSeparator()
public void setThousandSeparator(boolean thousandSeparator)
public boolean isThousandSeparatorModified()
public static PropertyAccessor<ColumnFormatNumberDto,java.lang.Boolean> getThousandSeparatorPropertyAccessor()
public NumberTypeDto getType()
public void setType(NumberTypeDto type)
public boolean isTypeModified()
public static PropertyAccessor<ColumnFormatNumberDto,NumberTypeDto> getTypePropertyAccessor()
public int hashCode()
hashCode in class ColumnFormatDtopublic boolean equals(java.lang.Object obj)
equals in class ColumnFormatDtopublic java.lang.String toString()
toString in class ColumnFormatDtopublic static Dto2PosoMapper newPosoMapper()
public ColumnFormatNumberDtoPA instantiatePropertyAccess()
instantiatePropertyAccess in class ColumnFormatDtopublic void clearModified()
clearModified in class ColumnFormatDtopublic boolean isModified()
isModified in interface ObjectModificationsTracked<Dto>isModified in class ColumnFormatDtopublic java.util.List<PropertyAccessor> getPropertyAccessors()
getPropertyAccessors in class ColumnFormatDtopublic java.util.List<PropertyAccessor> getModifiedPropertyAccessors()
getModifiedPropertyAccessors in class ColumnFormatDtopublic java.util.List<PropertyAccessor> getPropertyAccessorsByView(DtoView view)
getPropertyAccessorsByView in class ColumnFormatDtopublic java.util.List<PropertyAccessor> getPropertyAccessorsForDtos()
getPropertyAccessorsForDtos in class ColumnFormatDto