Class Currency
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.accounting.server.entity.Currency
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseEntity
_entityPermission -
Constructor Summary
ConstructorsConstructorDescriptionCurrency()Creates a new instance of CurrencyCurrency(CurrencyValue value, EntityPermission entityPermission) Creates a new instance of Currency -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleangetSymbolPosition(EntityPermission entityPermission) booleanbooleaninthashCode()voidremove()voidsetCostLineFractionDigits(Integer costLineFractionDigits) voidsetCostUnitFractionDigits(Integer costUnitFractionDigits) voidsetCurrencyIsoName(String currencyIsoName) voidsetCurrencyValue(CurrencyValue value) voidsetDefaultFractionDigits(Integer defaultFractionDigits) voidsetFractionSeparator(String fractionSeparator) voidsetGroupingSeparator(String groupingSeparator) voidsetGroupingSize(Integer groupingSize) voidsetIsDefault(Boolean isDefault) voidsetMinusSign(String minusSign) voidsetPriceLineFractionDigits(Integer priceLineFractionDigits) voidsetPriceUnitFractionDigits(Integer priceUnitFractionDigits) voidsetSortOrder(Integer sortOrder) voidvoidsetSymbolOnListMember(Boolean symbolOnListMember) voidsetSymbolOnListStart(Boolean symbolOnListStart) voidsetSymbolOnSubtotal(Boolean symbolOnSubtotal) voidsetSymbolOnTotal(Boolean symbolOnTotal) voidsetSymbolPosition(SymbolPosition entity) voidsetSymbolPositionPK(SymbolPositionPK symbolPositionPK) voidstore()toString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission
-
Constructor Details
-
Currency
Creates a new instance of Currency- Throws:
PersistenceException
-
Currency
Creates a new instance of Currency
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
storein classBaseEntity- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
getCurrencyValue
-
setCurrencyValue
- Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getCurrencyIsoName
-
setCurrencyIsoName
public void setCurrencyIsoName(@Nonnull String currencyIsoName) throws PersistenceNotNullException, PersistenceReadOnlyException -
getCurrencyIsoNameHasBeenModified
-
getSymbol
-
setSymbol
public void setSymbol(@Nullable String symbol) throws PersistenceNotNullException, PersistenceReadOnlyException -
getSymbolHasBeenModified
-
getSymbolPositionPK
-
getSymbolPosition
-
getSymbolPosition
-
getSymbolPositionForUpdate
-
setSymbolPositionPK
public void setSymbolPositionPK(@Nonnull SymbolPositionPK symbolPositionPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setSymbolPosition
-
getSymbolPositionPKHasBeenModified
-
getSymbolOnListStart
-
setSymbolOnListStart
public void setSymbolOnListStart(@Nullable Boolean symbolOnListStart) throws PersistenceNotNullException, PersistenceReadOnlyException -
getSymbolOnListStartHasBeenModified
-
getSymbolOnListMember
-
setSymbolOnListMember
public void setSymbolOnListMember(@Nullable Boolean symbolOnListMember) throws PersistenceNotNullException, PersistenceReadOnlyException -
getSymbolOnListMemberHasBeenModified
-
getSymbolOnSubtotal
-
setSymbolOnSubtotal
public void setSymbolOnSubtotal(@Nullable Boolean symbolOnSubtotal) throws PersistenceNotNullException, PersistenceReadOnlyException -
getSymbolOnSubtotalHasBeenModified
-
getSymbolOnTotal
-
setSymbolOnTotal
public void setSymbolOnTotal(@Nullable Boolean symbolOnTotal) throws PersistenceNotNullException, PersistenceReadOnlyException -
getSymbolOnTotalHasBeenModified
-
getGroupingSeparator
-
setGroupingSeparator
public void setGroupingSeparator(@Nonnull String groupingSeparator) throws PersistenceNotNullException, PersistenceReadOnlyException -
getGroupingSeparatorHasBeenModified
-
getGroupingSize
-
setGroupingSize
public void setGroupingSize(@Nonnull Integer groupingSize) throws PersistenceNotNullException, PersistenceReadOnlyException -
getGroupingSizeHasBeenModified
-
getFractionSeparator
-
setFractionSeparator
public void setFractionSeparator(@Nullable String fractionSeparator) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFractionSeparatorHasBeenModified
-
getDefaultFractionDigits
-
setDefaultFractionDigits
public void setDefaultFractionDigits(@Nullable Integer defaultFractionDigits) throws PersistenceNotNullException, PersistenceReadOnlyException -
getDefaultFractionDigitsHasBeenModified
-
getPriceUnitFractionDigits
-
setPriceUnitFractionDigits
public void setPriceUnitFractionDigits(@Nullable Integer priceUnitFractionDigits) throws PersistenceNotNullException, PersistenceReadOnlyException -
getPriceUnitFractionDigitsHasBeenModified
-
getPriceLineFractionDigits
-
setPriceLineFractionDigits
public void setPriceLineFractionDigits(@Nullable Integer priceLineFractionDigits) throws PersistenceNotNullException, PersistenceReadOnlyException -
getPriceLineFractionDigitsHasBeenModified
-
getCostUnitFractionDigits
-
setCostUnitFractionDigits
public void setCostUnitFractionDigits(@Nullable Integer costUnitFractionDigits) throws PersistenceNotNullException, PersistenceReadOnlyException -
getCostUnitFractionDigitsHasBeenModified
-
getCostLineFractionDigits
-
setCostLineFractionDigits
public void setCostLineFractionDigits(@Nullable Integer costLineFractionDigits) throws PersistenceNotNullException, PersistenceReadOnlyException -
getCostLineFractionDigitsHasBeenModified
-
getMinusSign
-
setMinusSign
public void setMinusSign(@Nonnull String minusSign) throws PersistenceNotNullException, PersistenceReadOnlyException -
getMinusSignHasBeenModified
-
getIsDefault
-
setIsDefault
public void setIsDefault(@Nonnull Boolean isDefault) throws PersistenceNotNullException, PersistenceReadOnlyException -
getIsDefaultHasBeenModified
-
getSortOrder
-
setSortOrder
public void setSortOrder(@Nonnull Integer sortOrder) throws PersistenceNotNullException, PersistenceReadOnlyException -
getSortOrderHasBeenModified
-