Class CurrencyDescriptionValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<CurrencyDescriptionPK>
com.echothree.model.data.accounting.server.value.CurrencyDescriptionValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class CurrencyDescriptionValue
extends BaseValue<CurrencyDescriptionPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionCurrencyDescriptionValue
(CurrencyDescriptionPK currencyDescriptionPK, CurrencyPK currencyPK, LanguagePK languagePK, String description) Creates a new instance of CurrencyDescriptionValueCurrencyDescriptionValue
(CurrencyPK currencyPK, LanguagePK languagePK, String description) Creates a new instance of CurrencyDescriptionValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setCurrencyPK
(CurrencyPK currencyPK) void
setDescription
(String description) void
setLanguagePK
(LanguagePK languagePK) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
CurrencyDescriptionValue
public CurrencyDescriptionValue(CurrencyDescriptionPK currencyDescriptionPK, CurrencyPK currencyPK, LanguagePK languagePK, String description) throws PersistenceNotNullException Creates a new instance of CurrencyDescriptionValue- Throws:
PersistenceNotNullException
-
CurrencyDescriptionValue
public CurrencyDescriptionValue(CurrencyPK currencyPK, LanguagePK languagePK, String description) throws PersistenceNotNullException Creates a new instance of CurrencyDescriptionValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<CurrencyDescriptionPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<CurrencyDescriptionPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<CurrencyDescriptionPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<CurrencyDescriptionPK>
-
getCurrencyPK
-
setCurrencyPK
- Throws:
PersistenceNotNullException
-
getCurrencyPKHasBeenModified
-
getLanguagePK
-
setLanguagePK
- Throws:
PersistenceNotNullException
-
getLanguagePKHasBeenModified
-
getDescription
-
setDescription
- Throws:
PersistenceNotNullException
-
getDescriptionHasBeenModified
-