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 TypeMethodDescriptionboolean
getBillingAccount
(EntityPermission entityPermission) getBillingAccount
(Session session) getBillingAccount
(Session session, EntityPermission entityPermission) getBillingAccountForUpdate
(Session session) boolean
boolean
getCurrency
(EntityPermission entityPermission) getCurrency
(Session session) getCurrency
(Session session, EntityPermission entityPermission) getCurrencyForUpdate
(Session session) boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
void
remove()
void
void
setBillingAccount
(BillingAccount entity) void
void
setBillingAccountName
(String billingAccountName) void
setBillingAccountPK
(BillingAccountPK billingAccountPK) void
setCurrency
(Currency entity) void
setCurrencyPK
(CurrencyPK currencyPK) void
setDescription
(String description) void
setFromTime
(Long fromTime) void
setReference
(String reference) void
setThruTime
(Long thruTime) void
toString()
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:
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
-
getBillingAccountDetailValue
-
setBillingAccountDetailValue
public void setBillingAccountDetailValue(BillingAccountDetailValue 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
-
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
-