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) getSymbolPosition(Session session) getSymbolPosition(Session session, EntityPermission entityPermission) getSymbolPositionForUpdate(Session session) booleanbooleaninthashCode()voidremove()voidvoidsetCostLineFractionDigits(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) voidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
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
-
remove
- Overrides:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
getCurrencyValue
-
setCurrencyValue
- Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getCurrencyIsoName
-
setCurrencyIsoName
public void setCurrencyIsoName(String currencyIsoName) throws PersistenceNotNullException, PersistenceReadOnlyException -
getCurrencyIsoNameHasBeenModified
-
getSymbol
-
setSymbol
public void setSymbol(String symbol) throws PersistenceNotNullException, PersistenceReadOnlyException -
getSymbolHasBeenModified
-
getSymbolPositionPK
-
getSymbolPosition
-
getSymbolPosition
-
getSymbolPosition
-
getSymbolPosition
-
getSymbolPositionForUpdate
-
getSymbolPositionForUpdate
-
setSymbolPositionPK
public void setSymbolPositionPK(SymbolPositionPK symbolPositionPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setSymbolPosition
-
getSymbolPositionPKHasBeenModified
-
getSymbolOnListStart
-
setSymbolOnListStart
public void setSymbolOnListStart(Boolean symbolOnListStart) throws PersistenceNotNullException, PersistenceReadOnlyException -
getSymbolOnListStartHasBeenModified
-
getSymbolOnListMember
-
setSymbolOnListMember
public void setSymbolOnListMember(Boolean symbolOnListMember) throws PersistenceNotNullException, PersistenceReadOnlyException -
getSymbolOnListMemberHasBeenModified
-
getSymbolOnSubtotal
-
setSymbolOnSubtotal
public void setSymbolOnSubtotal(Boolean symbolOnSubtotal) throws PersistenceNotNullException, PersistenceReadOnlyException -
getSymbolOnSubtotalHasBeenModified
-
getSymbolOnTotal
-
setSymbolOnTotal
public void setSymbolOnTotal(Boolean symbolOnTotal) throws PersistenceNotNullException, PersistenceReadOnlyException -
getSymbolOnTotalHasBeenModified
-
getGroupingSeparator
-
setGroupingSeparator
public void setGroupingSeparator(String groupingSeparator) throws PersistenceNotNullException, PersistenceReadOnlyException -
getGroupingSeparatorHasBeenModified
-
getGroupingSize
-
setGroupingSize
public void setGroupingSize(Integer groupingSize) throws PersistenceNotNullException, PersistenceReadOnlyException -
getGroupingSizeHasBeenModified
-
getFractionSeparator
-
setFractionSeparator
public void setFractionSeparator(String fractionSeparator) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFractionSeparatorHasBeenModified
-
getDefaultFractionDigits
-
setDefaultFractionDigits
public void setDefaultFractionDigits(Integer defaultFractionDigits) throws PersistenceNotNullException, PersistenceReadOnlyException -
getDefaultFractionDigitsHasBeenModified
-
getPriceUnitFractionDigits
-
setPriceUnitFractionDigits
public void setPriceUnitFractionDigits(Integer priceUnitFractionDigits) throws PersistenceNotNullException, PersistenceReadOnlyException -
getPriceUnitFractionDigitsHasBeenModified
-
getPriceLineFractionDigits
-
setPriceLineFractionDigits
public void setPriceLineFractionDigits(Integer priceLineFractionDigits) throws PersistenceNotNullException, PersistenceReadOnlyException -
getPriceLineFractionDigitsHasBeenModified
-
getCostUnitFractionDigits
-
setCostUnitFractionDigits
public void setCostUnitFractionDigits(Integer costUnitFractionDigits) throws PersistenceNotNullException, PersistenceReadOnlyException -
getCostUnitFractionDigitsHasBeenModified
-
getCostLineFractionDigits
-
setCostLineFractionDigits
public void setCostLineFractionDigits(Integer costLineFractionDigits) throws PersistenceNotNullException, PersistenceReadOnlyException -
getCostLineFractionDigitsHasBeenModified
-
getMinusSign
-
setMinusSign
public void setMinusSign(String minusSign) throws PersistenceNotNullException, PersistenceReadOnlyException -
getMinusSignHasBeenModified
-
getIsDefault
-
setIsDefault
public void setIsDefault(Boolean isDefault) throws PersistenceNotNullException, PersistenceReadOnlyException -
getIsDefaultHasBeenModified
-
getSortOrder
-
setSortOrder
public void setSortOrder(Integer sortOrder) throws PersistenceNotNullException, PersistenceReadOnlyException -
getSortOrderHasBeenModified
-