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