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 TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetCurrencyPK(CurrencyPK currencyPK) voidsetDescription(String description) voidsetLanguagePK(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:
getBaseFactoryInstancein classBaseValue<CurrencyDescriptionPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<CurrencyDescriptionPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<CurrencyDescriptionPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<CurrencyDescriptionPK>
-
getCurrencyPK
-
setCurrencyPK
- Throws:
PersistenceNotNullException
-
getCurrencyPKHasBeenModified
-
getLanguagePK
-
setLanguagePK
- Throws:
PersistenceNotNullException
-
getLanguagePKHasBeenModified
-
getDescription
-
setDescription
- Throws:
PersistenceNotNullException
-
getDescriptionHasBeenModified
-