Class InvoiceLineGlAccount
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.invoice.server.entity.InvoiceLineGlAccount
- 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 InvoiceLineGlAccountInvoiceLineGlAccount(InvoiceLineGlAccountValue value, EntityPermission entityPermission) Creates a new instance of InvoiceLineGlAccount -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleangetGlAccount(EntityPermission entityPermission) getGlAccount(Session session) getGlAccount(Session session, EntityPermission entityPermission) getGlAccountForUpdate(Session session) booleangetInvoiceLine(EntityPermission entityPermission) getInvoiceLine(Session session) getInvoiceLine(Session session, EntityPermission entityPermission) getInvoiceLineForUpdate(Session session) booleanbooleanbooleaninthashCode()voidremove()voidvoidsetFromTime(Long fromTime) voidsetGlAccount(GlAccount entity) voidsetGlAccountPK(GlAccountPK glAccountPK) voidsetInvoiceLine(InvoiceLine entity) voidvoidsetInvoiceLinePK(InvoiceLinePK invoiceLinePK) voidsetThruTime(Long thruTime) voidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
InvoiceLineGlAccount
Creates a new instance of InvoiceLineGlAccount- Throws:
PersistenceException
-
InvoiceLineGlAccount
Creates a new instance of InvoiceLineGlAccount
-
-
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
-
getInvoiceLineGlAccountValue
-
setInvoiceLineGlAccountValue
public void setInvoiceLineGlAccountValue(InvoiceLineGlAccountValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getInvoiceLinePK
-
getInvoiceLine
-
getInvoiceLine
-
getInvoiceLine
-
getInvoiceLine
-
getInvoiceLineForUpdate
-
getInvoiceLineForUpdate
-
setInvoiceLinePK
public void setInvoiceLinePK(InvoiceLinePK invoiceLinePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setInvoiceLine
-
getInvoiceLinePKHasBeenModified
-
getGlAccountPK
-
getGlAccount
-
getGlAccount
-
getGlAccount
-
getGlAccount
-
getGlAccountForUpdate
-
getGlAccountForUpdate
-
setGlAccountPK
public void setGlAccountPK(GlAccountPK glAccountPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setGlAccount
-
getGlAccountPKHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-