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) booleangetInvoiceRoleType(EntityPermission entityPermission) booleangetParty()getParty(EntityPermission entityPermission) getPartyContactMechanism(EntityPermission entityPermission) booleanbooleanbooleanbooleaninthashCode()voidremove()voidsetFromTime(Long fromTime) voidsetInvoice(Invoice entity) voidsetInvoicePK(InvoicePK invoicePK) voidsetInvoiceRoleType(InvoiceRoleType entity) voidsetInvoiceRoleTypePK(InvoiceRoleTypePK invoiceRoleTypePK) voidvoidvoidvoidsetPartyContactMechanismPK(PartyContactMechanismPK partyContactMechanismPK) voidsetPartyPK(PartyPK partyPK) voidsetThruTime(Long thruTime) voidstore()toString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission
-
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
-
getInvoiceRoleValue
-
setInvoiceRoleValue
- Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getInvoicePK
-
getInvoice
-
getInvoice
-
getInvoiceForUpdate
-
setInvoicePK
public void setInvoicePK(InvoicePK invoicePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setInvoice
-
getInvoicePKHasBeenModified
-
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
-
getInvoiceRoleTypePK
-
getInvoiceRoleType
-
getInvoiceRoleType
-
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
-