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 TypeMethodDescriptionboolean
getBillingAccount
(EntityPermission entityPermission) getBillingAccount
(Session session) getBillingAccount
(Session session, EntityPermission entityPermission) getBillingAccountForUpdate
(Session session) boolean
getBillingAccountRoleType
(EntityPermission entityPermission) getBillingAccountRoleType
(Session session) getBillingAccountRoleType
(Session session, EntityPermission entityPermission) boolean
boolean
getParty()
getParty
(EntityPermission entityPermission) getParty
(Session session, EntityPermission entityPermission) getPartyContactMechanism
(EntityPermission entityPermission) getPartyContactMechanism
(Session session) getPartyContactMechanism
(Session session, EntityPermission entityPermission) getPartyContactMechanismForUpdate
(Session session) boolean
getPartyForUpdate
(Session session) boolean
boolean
boolean
int
hashCode()
void
remove()
void
void
setBillingAccount
(BillingAccount entity) void
setBillingAccountPK
(BillingAccountPK billingAccountPK) void
void
setBillingAccountRoleTypePK
(BillingAccountRoleTypePK billingAccountRoleTypePK) void
void
setFromTime
(Long fromTime) void
void
void
setPartyContactMechanismPK
(PartyContactMechanismPK partyContactMechanismPK) void
setPartyPK
(PartyPK partyPK) void
setThruTime
(Long thruTime) void
toString()
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:
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
-
getBillingAccountRoleValue
-
setBillingAccountRoleValue
public void setBillingAccountRoleValue(BillingAccountRoleValue 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
-
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
-