Class BillingAccountStatusValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<BillingAccountStatusPK>
com.echothree.model.data.payment.server.value.BillingAccountStatusValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class BillingAccountStatusValue
extends BaseValue<BillingAccountStatusPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionBillingAccountStatusValue
(BillingAccountPK billingAccountPK, Long creditLimit, Long potentialCreditLimit) Creates a new instance of BillingAccountStatusValueBillingAccountStatusValue
(BillingAccountStatusPK billingAccountStatusPK, BillingAccountPK billingAccountPK, Long creditLimit, Long potentialCreditLimit) Creates a new instance of BillingAccountStatusValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setBillingAccountPK
(BillingAccountPK billingAccountPK) void
setCreditLimit
(Long creditLimit) void
setPotentialCreditLimit
(Long potentialCreditLimit) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
BillingAccountStatusValue
public BillingAccountStatusValue(BillingAccountStatusPK billingAccountStatusPK, BillingAccountPK billingAccountPK, Long creditLimit, Long potentialCreditLimit) throws PersistenceNotNullException Creates a new instance of BillingAccountStatusValue- Throws:
PersistenceNotNullException
-
BillingAccountStatusValue
public BillingAccountStatusValue(BillingAccountPK billingAccountPK, Long creditLimit, Long potentialCreditLimit) throws PersistenceNotNullException Creates a new instance of BillingAccountStatusValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<BillingAccountStatusPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<BillingAccountStatusPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<BillingAccountStatusPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<BillingAccountStatusPK>
-
getBillingAccountPK
-
setBillingAccountPK
public void setBillingAccountPK(BillingAccountPK billingAccountPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getBillingAccountPKHasBeenModified
-
getCreditLimit
-
setCreditLimit
-
getCreditLimitHasBeenModified
-
getPotentialCreditLimit
-
setPotentialCreditLimit
-
getPotentialCreditLimitHasBeenModified
-