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 TypeMethodDescriptionboolean
boolean
getInvoice
(EntityPermission entityPermission) getInvoice
(Session session) getInvoice
(Session session, EntityPermission entityPermission) getInvoiceForUpdate
(Session session) boolean
getInvoiceRoleType
(EntityPermission entityPermission) getInvoiceRoleType
(Session session) getInvoiceRoleType
(Session session, EntityPermission entityPermission) getInvoiceRoleTypeForUpdate
(Session session) 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
setFromTime
(Long fromTime) void
setInvoice
(Invoice entity) void
setInvoicePK
(InvoicePK invoicePK) void
setInvoiceRoleType
(InvoiceRoleType entity) void
setInvoiceRoleTypePK
(InvoiceRoleTypePK invoiceRoleTypePK) void
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
-
InvoiceRole
Creates a new instance of InvoiceRole- Throws:
PersistenceException
-
InvoiceRole
Creates a new instance of InvoiceRole
-
-
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
-
getInvoiceRoleValue
-
setInvoiceRoleValue
- Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKey
in 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
-