Class BillingAccountDetail
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.payment.server.entity.BillingAccountDetail
- 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 BillingAccountDetailBillingAccountDetail(BillingAccountDetailValue value, EntityPermission entityPermission) Creates a new instance of BillingAccountDetail -
Method Summary
Modifier and TypeMethodDescriptionbooleangetBillingAccount(EntityPermission entityPermission) getBillingAccount(Session session) getBillingAccount(Session session, EntityPermission entityPermission) getBillingAccountForUpdate(Session session) booleanbooleangetCurrency(EntityPermission entityPermission) getCurrency(Session session) getCurrency(Session session, EntityPermission entityPermission) getCurrencyForUpdate(Session session) booleanbooleanbooleanbooleanbooleanbooleaninthashCode()voidremove()voidvoidsetBillingAccount(BillingAccount entity) voidvoidsetBillingAccountName(String billingAccountName) voidsetBillingAccountPK(BillingAccountPK billingAccountPK) voidsetCurrency(Currency entity) voidsetCurrencyPK(CurrencyPK currencyPK) voidsetDescription(String description) voidsetFromTime(Long fromTime) voidsetReference(String reference) voidsetThruTime(Long thruTime) voidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
BillingAccountDetail
Creates a new instance of BillingAccountDetail- Throws:
PersistenceException
-
BillingAccountDetail
Creates a new instance of BillingAccountDetail
-
-
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
-
getBillingAccountDetailValue
-
setBillingAccountDetailValue
public void setBillingAccountDetailValue(BillingAccountDetailValue 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
-
getBillingAccountName
-
setBillingAccountName
public void setBillingAccountName(String billingAccountName) throws PersistenceNotNullException, PersistenceReadOnlyException -
getBillingAccountNameHasBeenModified
-
getCurrencyPK
-
getCurrency
-
getCurrency
-
getCurrency
-
getCurrency
-
getCurrencyForUpdate
-
getCurrencyForUpdate
-
setCurrencyPK
public void setCurrencyPK(CurrencyPK currencyPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setCurrency
-
getCurrencyPKHasBeenModified
-
getReference
-
setReference
public void setReference(String reference) throws PersistenceNotNullException, PersistenceReadOnlyException -
getReferenceHasBeenModified
-
getDescription
-
setDescription
public void setDescription(String description) throws PersistenceNotNullException, PersistenceReadOnlyException -
getDescriptionHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-