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 TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setActiveDetailPK
(TaxDetailPK activeDetailPK) void
setLastDetailPK
(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:
getBaseFactoryInstance
in classBaseValue<TaxPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<TaxPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<TaxPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<TaxPK>
-
getActiveDetailPK
-
setActiveDetailPK
-
getActiveDetailPKHasBeenModified
-
getLastDetailPK
-
setLastDetailPK
-
getLastDetailPKHasBeenModified
-