Class TaxValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<TaxPK>
com.echothree.model.data.tax.server.value.TaxValue
- All Implemented Interfaces:
Serializable,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionTaxValue(TaxDetailPK activeDetailPK, TaxDetailPK lastDetailPK) Creates a new instance of TaxValueTaxValue(TaxPK taxPK, TaxDetailPK activeDetailPK, TaxDetailPK lastDetailPK) Creates a new instance of TaxValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetActiveDetailPK(TaxDetailPK activeDetailPK) voidsetLastDetailPK(TaxDetailPK lastDetailPK) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
TaxValue
public TaxValue(TaxPK taxPK, TaxDetailPK activeDetailPK, TaxDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of TaxValue- Throws:
PersistenceNotNullException
-
TaxValue
public TaxValue(TaxDetailPK activeDetailPK, TaxDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of TaxValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<TaxPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<TaxPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<TaxPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<TaxPK>
-
getActiveDetailPK
-
setActiveDetailPK
-
getActiveDetailPKHasBeenModified
-
getLastDetailPK
-
setLastDetailPK
-
getLastDetailPKHasBeenModified
-