Class InvoiceTime
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.invoice.server.entity.InvoiceTime
- 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 InvoiceTimeInvoiceTime(InvoiceTimeValue value, EntityPermission entityPermission) Creates a new instance of InvoiceTime -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleangetInvoice(EntityPermission entityPermission) getInvoice(Session session) getInvoice(Session session, EntityPermission entityPermission) getInvoiceForUpdate(Session session) booleangetInvoiceTimeType(EntityPermission entityPermission) getInvoiceTimeType(Session session) getInvoiceTimeType(Session session, EntityPermission entityPermission) getInvoiceTimeTypeForUpdate(Session session) booleanbooleangetTime()booleanbooleaninthashCode()voidremove()voidvoidsetFromTime(Long fromTime) voidsetInvoice(Invoice entity) voidsetInvoicePK(InvoicePK invoicePK) voidsetInvoiceTimeType(InvoiceTimeType entity) voidsetInvoiceTimeTypePK(InvoiceTimeTypePK invoiceTimeTypePK) voidvoidsetThruTime(Long thruTime) voidvoidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
InvoiceTime
Creates a new instance of InvoiceTime- Throws:
PersistenceException
-
InvoiceTime
Creates a new instance of InvoiceTime
-
-
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
-
getInvoiceTimeValue
-
setInvoiceTimeValue
- 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
-
getInvoiceTimeTypePK
-
getInvoiceTimeType
-
getInvoiceTimeType
-
getInvoiceTimeType
-
getInvoiceTimeType
-
getInvoiceTimeTypeForUpdate
-
getInvoiceTimeTypeForUpdate
-
setInvoiceTimeTypePK
public void setInvoiceTimeTypePK(InvoiceTimeTypePK invoiceTimeTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setInvoiceTimeType
-
getInvoiceTimeTypePKHasBeenModified
-
getTime
-
setTime
-
getTimeHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-