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