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) booleangetBillingAccountRoleType(EntityPermission entityPermission) booleanbooleangetParty()getParty(EntityPermission entityPermission) getPartyContactMechanism(EntityPermission entityPermission) booleanbooleanbooleanbooleaninthashCode()voidremove()voidsetBillingAccount(BillingAccount entity) voidsetBillingAccountPK(BillingAccountPK billingAccountPK) voidvoidsetBillingAccountRoleTypePK(BillingAccountRoleTypePK billingAccountRoleTypePK) voidvoidsetFromTime(Long fromTime) voidvoidvoidsetPartyContactMechanismPK(PartyContactMechanismPK partyContactMechanismPK) voidsetPartyPK(PartyPK partyPK) voidsetThruTime(Long thruTime) voidstore()toString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission
-
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
-
getBillingAccountRoleValue
-
setBillingAccountRoleValue
public void setBillingAccountRoleValue(BillingAccountRoleValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getBillingAccountPK
-
getBillingAccount
-
getBillingAccount
-
getBillingAccountForUpdate
-
setBillingAccountPK
public void setBillingAccountPK(BillingAccountPK billingAccountPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setBillingAccount
-
getBillingAccountPKHasBeenModified
-
getPartyPK
-
getParty
-
getParty
-
getPartyForUpdate
-
setPartyPK
public void setPartyPK(PartyPK partyPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setParty
-
getPartyPKHasBeenModified
-
getPartyContactMechanismPK
-
getPartyContactMechanism
-
getPartyContactMechanism
-
getPartyContactMechanismForUpdate
-
setPartyContactMechanismPK
public void setPartyContactMechanismPK(PartyContactMechanismPK partyContactMechanismPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setPartyContactMechanism
-
getPartyContactMechanismPKHasBeenModified
-
getBillingAccountRoleTypePK
-
getBillingAccountRoleType
-
getBillingAccountRoleType
-
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
-