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 TypeMethodDescriptionboolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
getSymbolPosition
(EntityPermission entityPermission) getSymbolPosition
(Session session) getSymbolPosition
(Session session, EntityPermission entityPermission) getSymbolPositionForUpdate
(Session session) boolean
boolean
int
hashCode()
void
remove()
void
void
setCostLineFractionDigits
(Integer costLineFractionDigits) void
setCostUnitFractionDigits
(Integer costUnitFractionDigits) void
setCurrencyIsoName
(String currencyIsoName) void
setCurrencyValue
(CurrencyValue value) void
setDefaultFractionDigits
(Integer defaultFractionDigits) void
setFractionSeparator
(String fractionSeparator) void
setGroupingSeparator
(String groupingSeparator) void
setGroupingSize
(Integer groupingSize) void
setIsDefault
(Boolean isDefault) void
setMinusSign
(String minusSign) void
setPriceLineFractionDigits
(Integer priceLineFractionDigits) void
setPriceUnitFractionDigits
(Integer priceUnitFractionDigits) void
setSortOrder
(Integer sortOrder) void
void
setSymbolOnListMember
(Boolean symbolOnListMember) void
setSymbolOnListStart
(Boolean symbolOnListStart) void
setSymbolOnSubtotal
(Boolean symbolOnSubtotal) void
setSymbolOnTotal
(Boolean symbolOnTotal) void
setSymbolPosition
(SymbolPosition entity) void
setSymbolPositionPK
(SymbolPositionPK symbolPositionPK) void
toString()
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:
getBaseFactoryInstance
in classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
store
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Overrides:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
getCurrencyValue
-
setCurrencyValue
- Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKey
in 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
-