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 TypeMethodDescriptionboolean
boolean
getInvoice
(EntityPermission entityPermission) getInvoice
(Session session) getInvoice
(Session session, EntityPermission entityPermission) getInvoiceForUpdate
(Session session) boolean
getInvoiceTimeType
(EntityPermission entityPermission) getInvoiceTimeType
(Session session) getInvoiceTimeType
(Session session, EntityPermission entityPermission) getInvoiceTimeTypeForUpdate
(Session session) boolean
boolean
getTime()
boolean
boolean
int
hashCode()
void
remove()
void
void
setFromTime
(Long fromTime) void
setInvoice
(Invoice entity) void
setInvoicePK
(InvoicePK invoicePK) void
setInvoiceTimeType
(InvoiceTimeType entity) void
setInvoiceTimeTypePK
(InvoiceTimeTypePK invoiceTimeTypePK) void
void
setThruTime
(Long thruTime) void
void
toString()
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:
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
-
getInvoiceTimeValue
-
setInvoiceTimeValue
- 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
-
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
-