Class InvoiceTimeValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<InvoiceTimePK>
com.echothree.model.data.invoice.server.value.InvoiceTimeValue
- All Implemented Interfaces:
Serializable,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionInvoiceTimeValue(InvoicePK invoicePK, InvoiceTimeTypePK invoiceTimeTypePK, Long time, Long fromTime, Long thruTime) Creates a new instance of InvoiceTimeValueInvoiceTimeValue(InvoiceTimePK invoiceTimePK, InvoicePK invoicePK, InvoiceTimeTypePK invoiceTimeTypePK, Long time, Long fromTime, Long thruTime) Creates a new instance of InvoiceTimeValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleangetTime()booleanbooleaninthashCode()booleanisIdentical(Object other) voidsetFromTime(Long fromTime) voidsetInvoicePK(InvoicePK invoicePK) voidsetInvoiceTimeTypePK(InvoiceTimeTypePK invoiceTimeTypePK) voidsetThruTime(Long thruTime) voidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
InvoiceTimeValue
public InvoiceTimeValue(InvoiceTimePK invoiceTimePK, InvoicePK invoicePK, InvoiceTimeTypePK invoiceTimeTypePK, Long time, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of InvoiceTimeValue- Throws:
PersistenceNotNullException
-
InvoiceTimeValue
public InvoiceTimeValue(InvoicePK invoicePK, InvoiceTimeTypePK invoiceTimeTypePK, Long time, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of InvoiceTimeValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<InvoiceTimePK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<InvoiceTimePK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<InvoiceTimePK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<InvoiceTimePK>
-
getInvoicePK
-
setInvoicePK
- Throws:
PersistenceNotNullException
-
getInvoicePKHasBeenModified
-
getInvoiceTimeTypePK
-
setInvoiceTimeTypePK
public void setInvoiceTimeTypePK(InvoiceTimeTypePK invoiceTimeTypePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getInvoiceTimeTypePKHasBeenModified
-
getTime
-
setTime
- Throws:
PersistenceNotNullException
-
getTimeHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-