Class BillingAccountStatus
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.payment.server.entity.BillingAccountStatus
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseEntity
_entityPermission -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance of BillingAccountStatusBillingAccountStatus(BillingAccountStatusValue value, EntityPermission entityPermission) Creates a new instance of BillingAccountStatus -
Method Summary
Modifier and TypeMethodDescriptionbooleangetBillingAccount(EntityPermission entityPermission) getBillingAccount(Session session) getBillingAccount(Session session, EntityPermission entityPermission) getBillingAccountForUpdate(Session session) booleanbooleanbooleanbooleaninthashCode()voidremove()voidvoidsetBillingAccount(BillingAccount entity) voidsetBillingAccountPK(BillingAccountPK billingAccountPK) voidvoidsetCreditLimit(Long creditLimit) voidsetPotentialCreditLimit(Long potentialCreditLimit) voidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
BillingAccountStatus
Creates a new instance of BillingAccountStatus- Throws:
PersistenceException
-
BillingAccountStatus
Creates a new instance of BillingAccountStatus
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
storein classBaseEntity- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
remove
- Overrides:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
getBillingAccountStatusValue
-
setBillingAccountStatusValue
public void setBillingAccountStatusValue(BillingAccountStatusValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getBillingAccountPK
-
getBillingAccount
-
getBillingAccount
-
getBillingAccount
-
getBillingAccount
-
getBillingAccountForUpdate
-
getBillingAccountForUpdate
-
setBillingAccountPK
public void setBillingAccountPK(BillingAccountPK billingAccountPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setBillingAccount
-
getBillingAccountPKHasBeenModified
-
getCreditLimit
-
setCreditLimit
public void setCreditLimit(Long creditLimit) throws PersistenceNotNullException, PersistenceReadOnlyException -
getCreditLimitHasBeenModified
-
getPotentialCreditLimit
-
setPotentialCreditLimit
public void setPotentialCreditLimit(Long potentialCreditLimit) throws PersistenceNotNullException, PersistenceReadOnlyException -
getPotentialCreditLimitHasBeenModified
-