@GeneratedType(value="net.datenwerke.dtoservices.dtogenerator.DtoAnnotationProcessor") public abstract class ColumnFormatCurrencyDto extends ColumnFormatNumberDtoDec
ColumnFormatCurrency
This file was automatically created by DtoAnnotationProcessor, version 0.1| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PROPERTY_CURRENCY_TYPE |
PROPERTY_NUMBER_OF_DECIMAL_PLACES, PROPERTY_THOUSAND_SEPARATOR, PROPERTY_TYPEPROPERTY_IDDISPLAY_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() |
cloneFormatgetNumberOfDecimalPlaces, getNumberOfDecimalPlacesPropertyAccessor, getThousandSeparatorPropertyAccessor, getType, getTypePropertyAccessor, isNumberOfDecimalPlacesModified, isThousandSeparator, isThousandSeparatorModified, isTypeModified, setNumberOfDecimalPlaces, setThousandSeparator, setTypeclonegetDtoId, 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_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 ColumnFormatNumberDtopublic boolean equals(java.lang.Object obj)
equals in class ColumnFormatNumberDtopublic java.lang.String toString()
toString in class ColumnFormatNumberDtopublic static Dto2PosoMapper newPosoMapper()
public ColumnFormatCurrencyDtoPA instantiatePropertyAccess()
instantiatePropertyAccess in class ColumnFormatNumberDtopublic void clearModified()
clearModified in class ColumnFormatNumberDtopublic boolean isModified()
isModified in interface ObjectModificationsTracked<Dto>isModified in class ColumnFormatNumberDtopublic java.util.List<PropertyAccessor> getPropertyAccessors()
getPropertyAccessors in class ColumnFormatNumberDtopublic java.util.List<PropertyAccessor> getModifiedPropertyAccessors()
getModifiedPropertyAccessors in class ColumnFormatNumberDtopublic java.util.List<PropertyAccessor> getPropertyAccessorsByView(DtoView view)
getPropertyAccessorsByView in class ColumnFormatNumberDtopublic java.util.List<PropertyAccessor> getPropertyAccessorsForDtos()
getPropertyAccessorsForDtos in class ColumnFormatNumberDto