@GeneratedType(value="net.datenwerke.dtoservices.dtogenerator.DtoAnnotationProcessor") public abstract class ColumnFormatCurrencyDto extends ColumnFormatNumberDtoDec
ColumnFormatCurrency
This file was automatically created by DtoAnnotationProcessor, version 0.1Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PROPERTY_CURRENCY_TYPE |
PROPERTY_NUMBER_OF_DECIMAL_PLACES, PROPERTY_THOUSAND_SEPARATOR, PROPERTY_TYPE
PROPERTY_ID
DISPLAY_STRING_VALUE_PROVIDER, GENERIC_CHANGE_EVENT_PROPERTY
Constructor and Description |
---|
ColumnFormatCurrencyDto() |
Modifier and Type | Method and Description |
---|---|
void |
clearModified() |
boolean |
equals(java.lang.Object obj) |
CurrencyTypeDto |
getCurrencyType() |
static PropertyAccessor<ColumnFormatCurrencyDto,CurrencyTypeDto> |
getCurrencyTypePropertyAccessor() |
java.util.List<PropertyAccessor> |
getModifiedPropertyAccessors() |
java.util.List<PropertyAccessor> |
getPropertyAccessors() |
java.util.List<PropertyAccessor> |
getPropertyAccessorsByView(DtoView view) |
java.util.List<PropertyAccessor> |
getPropertyAccessorsForDtos() |
int |
hashCode() |
ColumnFormatCurrencyDtoPA |
instantiatePropertyAccess() |
boolean |
isCurrencyTypeModified() |
boolean |
isModified() |
static Dto2PosoMapper |
newPosoMapper() |
void |
setCurrencyType(CurrencyTypeDto currencyType) |
java.lang.String |
toString() |
cloneFormat
getNumberOfDecimalPlaces, getNumberOfDecimalPlacesPropertyAccessor, getThousandSeparatorPropertyAccessor, getType, getTypePropertyAccessor, isNumberOfDecimalPlacesModified, isThousandSeparator, isThousandSeparatorModified, isTypeModified, setNumberOfDecimalPlaces, setThousandSeparator, setType
clone
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_CURRENCY_TYPE
public CurrencyTypeDto getCurrencyType()
public void setCurrencyType(CurrencyTypeDto currencyType)
public boolean isCurrencyTypeModified()
public static PropertyAccessor<ColumnFormatCurrencyDto,CurrencyTypeDto> getCurrencyTypePropertyAccessor()
public int hashCode()
hashCode
in class ColumnFormatNumberDto
public boolean equals(java.lang.Object obj)
equals
in class ColumnFormatNumberDto
public java.lang.String toString()
toString
in class ColumnFormatNumberDto
public static Dto2PosoMapper newPosoMapper()
public ColumnFormatCurrencyDtoPA instantiatePropertyAccess()
instantiatePropertyAccess
in class ColumnFormatNumberDto
public void clearModified()
clearModified
in class ColumnFormatNumberDto
public boolean isModified()
isModified
in interface ObjectModificationsTracked<Dto>
isModified
in class ColumnFormatNumberDto
public java.util.List<PropertyAccessor> getPropertyAccessors()
getPropertyAccessors
in class ColumnFormatNumberDto
public java.util.List<PropertyAccessor> getModifiedPropertyAccessors()
getModifiedPropertyAccessors
in class ColumnFormatNumberDto
public java.util.List<PropertyAccessor> getPropertyAccessorsByView(DtoView view)
getPropertyAccessorsByView
in class ColumnFormatNumberDto
public java.util.List<PropertyAccessor> getPropertyAccessorsForDtos()
getPropertyAccessorsForDtos
in class ColumnFormatNumberDto