Class InvoiceStatus
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.invoice.server.entity.InvoiceStatus
- 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 InvoiceStatusInvoiceStatus(InvoiceStatusValue value, EntityPermission entityPermission) Creates a new instance of InvoiceStatus -
Method Summary
Modifier and TypeMethodDescriptionbooleangetInvoice(EntityPermission entityPermission) getInvoice(Session session) getInvoice(Session session, EntityPermission entityPermission) getInvoiceForUpdate(Session session) booleanbooleanbooleaninthashCode()voidremove()voidvoidsetInvoice(Invoice entity) voidsetInvoiceLineSequence(Integer invoiceLineSequence) voidsetInvoicePK(InvoicePK invoicePK) voidvoidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
InvoiceStatus
Creates a new instance of InvoiceStatus- Throws:
PersistenceException
-
InvoiceStatus
Creates a new instance of InvoiceStatus
-
-
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
-
getInvoiceStatusValue
-
setInvoiceStatusValue
- 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
-
getInvoiceLineSequence
-
setInvoiceLineSequence
public void setInvoiceLineSequence(Integer invoiceLineSequence) throws PersistenceNotNullException, PersistenceReadOnlyException -
getInvoiceLineSequenceHasBeenModified
-