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 TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetBillingAccountPK(BillingAccountPK billingAccountPK) voidsetCreditLimit(Long creditLimit) voidsetPotentialCreditLimit(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:
getBaseFactoryInstancein classBaseValue<BillingAccountStatusPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<BillingAccountStatusPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<BillingAccountStatusPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<BillingAccountStatusPK>
-
getBillingAccountPK
-
setBillingAccountPK
public void setBillingAccountPK(BillingAccountPK billingAccountPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getBillingAccountPKHasBeenModified
-
getCreditLimit
-
setCreditLimit
-
getCreditLimitHasBeenModified
-
getPotentialCreditLimit
-
setPotentialCreditLimit
-
getPotentialCreditLimitHasBeenModified
-