Class BillingAccountRole
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.payment.server.entity.BillingAccountRole
- 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 BillingAccountRoleBillingAccountRole(BillingAccountRoleValue value, EntityPermission entityPermission) Creates a new instance of BillingAccountRole -
Method Summary
Modifier and TypeMethodDescriptionbooleangetBillingAccount(EntityPermission entityPermission) getBillingAccount(Session session) getBillingAccount(Session session, EntityPermission entityPermission) getBillingAccountForUpdate(Session session) booleangetBillingAccountRoleType(EntityPermission entityPermission) getBillingAccountRoleType(Session session) getBillingAccountRoleType(Session session, EntityPermission entityPermission) booleanbooleangetParty()getParty(EntityPermission entityPermission) getParty(Session session, EntityPermission entityPermission) getPartyContactMechanism(EntityPermission entityPermission) getPartyContactMechanism(Session session) getPartyContactMechanism(Session session, EntityPermission entityPermission) getPartyContactMechanismForUpdate(Session session) booleangetPartyForUpdate(Session session) booleanbooleanbooleaninthashCode()voidremove()voidvoidsetBillingAccount(BillingAccount entity) voidsetBillingAccountPK(BillingAccountPK billingAccountPK) voidvoidsetBillingAccountRoleTypePK(BillingAccountRoleTypePK billingAccountRoleTypePK) voidvoidsetFromTime(Long fromTime) voidvoidvoidsetPartyContactMechanismPK(PartyContactMechanismPK partyContactMechanismPK) voidsetPartyPK(PartyPK partyPK) voidsetThruTime(Long thruTime) voidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
BillingAccountRole
Creates a new instance of BillingAccountRole- Throws:
PersistenceException
-
BillingAccountRole
Creates a new instance of BillingAccountRole
-
-
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
-
getBillingAccountRoleValue
-
setBillingAccountRoleValue
public void setBillingAccountRoleValue(BillingAccountRoleValue 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
-
getPartyPK
-
getParty
-
getParty
-
getParty
-
getParty
-
getPartyForUpdate
-
getPartyForUpdate
-
setPartyPK
public void setPartyPK(PartyPK partyPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setParty
-
getPartyPKHasBeenModified
-
getPartyContactMechanismPK
-
getPartyContactMechanism
public PartyContactMechanism getPartyContactMechanism(Session session, EntityPermission entityPermission) -
getPartyContactMechanism
-
getPartyContactMechanism
-
getPartyContactMechanism
-
getPartyContactMechanismForUpdate
-
getPartyContactMechanismForUpdate
-
setPartyContactMechanismPK
public void setPartyContactMechanismPK(PartyContactMechanismPK partyContactMechanismPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setPartyContactMechanism
-
getPartyContactMechanismPKHasBeenModified
-
getBillingAccountRoleTypePK
-
getBillingAccountRoleType
public BillingAccountRoleType getBillingAccountRoleType(Session session, EntityPermission entityPermission) -
getBillingAccountRoleType
-
getBillingAccountRoleType
-
getBillingAccountRoleType
-
getBillingAccountRoleTypeForUpdate
-
getBillingAccountRoleTypeForUpdate
-
setBillingAccountRoleTypePK
public void setBillingAccountRoleTypePK(BillingAccountRoleTypePK billingAccountRoleTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setBillingAccountRoleType
-
getBillingAccountRoleTypePKHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-