Class InvoiceRole
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.invoice.server.entity.InvoiceRole
- 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 InvoiceRoleInvoiceRole(InvoiceRoleValue value, EntityPermission entityPermission) Creates a new instance of InvoiceRole -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleangetInvoice(EntityPermission entityPermission) getInvoice(Session session) getInvoice(Session session, EntityPermission entityPermission) getInvoiceForUpdate(Session session) booleangetInvoiceRoleType(EntityPermission entityPermission) getInvoiceRoleType(Session session) getInvoiceRoleType(Session session, EntityPermission entityPermission) getInvoiceRoleTypeForUpdate(Session session) booleangetParty()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()voidvoidsetFromTime(Long fromTime) voidsetInvoice(Invoice entity) voidsetInvoicePK(InvoicePK invoicePK) voidsetInvoiceRoleType(InvoiceRoleType entity) voidsetInvoiceRoleTypePK(InvoiceRoleTypePK invoiceRoleTypePK) voidvoidvoidvoidsetPartyContactMechanismPK(PartyContactMechanismPK partyContactMechanismPK) voidsetPartyPK(PartyPK partyPK) voidsetThruTime(Long thruTime) voidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
InvoiceRole
Creates a new instance of InvoiceRole- Throws:
PersistenceException
-
InvoiceRole
Creates a new instance of InvoiceRole
-
-
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
-
getInvoiceRoleValue
-
setInvoiceRoleValue
- Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getInvoicePK
-
getInvoice
-
getInvoice
-
getInvoice
-
getInvoice
-
getInvoiceForUpdate
-
getInvoiceForUpdate
-
setInvoicePK
public void setInvoicePK(InvoicePK invoicePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setInvoice
-
getInvoicePKHasBeenModified
-
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
-
getInvoiceRoleTypePK
-
getInvoiceRoleType
-
getInvoiceRoleType
-
getInvoiceRoleType
-
getInvoiceRoleType
-
getInvoiceRoleTypeForUpdate
-
getInvoiceRoleTypeForUpdate
-
setInvoiceRoleTypePK
public void setInvoiceRoleTypePK(InvoiceRoleTypePK invoiceRoleTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setInvoiceRoleType
-
getInvoiceRoleTypePKHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-