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 TypeMethodDescriptionboolean
getInvoice
(EntityPermission entityPermission) getInvoice
(Session session) getInvoice
(Session session, EntityPermission entityPermission) getInvoiceForUpdate
(Session session) boolean
boolean
boolean
int
hashCode()
void
remove()
void
void
setInvoice
(Invoice entity) void
setInvoiceLineSequence
(Integer invoiceLineSequence) void
setInvoicePK
(InvoicePK invoicePK) void
void
toString()
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:
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
-
getInvoiceStatusValue
-
setInvoiceStatusValue
- 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
-
getInvoiceLineSequence
-
setInvoiceLineSequence
public void setInvoiceLineSequence(Integer invoiceLineSequence) throws PersistenceNotNullException, PersistenceReadOnlyException -
getInvoiceLineSequenceHasBeenModified
-