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 TypeMethodDescriptionboolean
getBillingAccount
(EntityPermission entityPermission) getBillingAccount
(Session session) getBillingAccount
(Session session, EntityPermission entityPermission) getBillingAccountForUpdate
(Session session) boolean
boolean
boolean
boolean
int
hashCode()
void
remove()
void
void
setBillingAccount
(BillingAccount entity) void
setBillingAccountPK
(BillingAccountPK billingAccountPK) void
void
setCreditLimit
(Long creditLimit) void
setPotentialCreditLimit
(Long potentialCreditLimit) void
toString()
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:
getBaseFactoryInstance
in classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
store
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Overrides:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
getBillingAccountStatusValue
-
setBillingAccountStatusValue
public void setBillingAccountStatusValue(BillingAccountStatusValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKey
in 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
-