Class InvoiceDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<InvoiceDetailPK>
com.echothree.model.data.invoice.server.value.InvoiceDetailValue
- All Implemented Interfaces:
Serializable,Cloneable
public class InvoiceDetailValue
extends BaseValue<InvoiceDetailPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionInvoiceDetailValue(InvoiceDetailPK invoiceDetailPK, InvoicePK invoicePK, InvoiceTypePK invoiceTypePK, String invoiceName, BillingAccountPK billingAccountPK, GlAccountPK glAccountPK, TermPK termPK, FreeOnBoardPK freeOnBoardPK, String reference, String description, Long fromTime, Long thruTime) Creates a new instance of InvoiceDetailValueInvoiceDetailValue(InvoicePK invoicePK, InvoiceTypePK invoiceTypePK, String invoiceName, BillingAccountPK billingAccountPK, GlAccountPK glAccountPK, TermPK termPK, FreeOnBoardPK freeOnBoardPK, String reference, String description, Long fromTime, Long thruTime) Creates a new instance of InvoiceDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetBillingAccountPK(BillingAccountPK billingAccountPK) voidsetDescription(String description) voidsetFreeOnBoardPK(FreeOnBoardPK freeOnBoardPK) voidsetFromTime(Long fromTime) voidsetGlAccountPK(GlAccountPK glAccountPK) voidsetInvoiceName(String invoiceName) voidsetInvoicePK(InvoicePK invoicePK) voidsetInvoiceTypePK(InvoiceTypePK invoiceTypePK) voidsetReference(String reference) voidvoidsetThruTime(Long thruTime) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
InvoiceDetailValue
public InvoiceDetailValue(InvoiceDetailPK invoiceDetailPK, InvoicePK invoicePK, InvoiceTypePK invoiceTypePK, String invoiceName, BillingAccountPK billingAccountPK, GlAccountPK glAccountPK, TermPK termPK, FreeOnBoardPK freeOnBoardPK, String reference, String description, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of InvoiceDetailValue- Throws:
PersistenceNotNullException
-
InvoiceDetailValue
public InvoiceDetailValue(InvoicePK invoicePK, InvoiceTypePK invoiceTypePK, String invoiceName, BillingAccountPK billingAccountPK, GlAccountPK glAccountPK, TermPK termPK, FreeOnBoardPK freeOnBoardPK, String reference, String description, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of InvoiceDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<InvoiceDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<InvoiceDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<InvoiceDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<InvoiceDetailPK>
-
getInvoicePK
-
setInvoicePK
- Throws:
PersistenceNotNullException
-
getInvoicePKHasBeenModified
-
getInvoiceTypePK
-
setInvoiceTypePK
- Throws:
PersistenceNotNullException
-
getInvoiceTypePKHasBeenModified
-
getInvoiceName
-
setInvoiceName
- Throws:
PersistenceNotNullException
-
getInvoiceNameHasBeenModified
-
getBillingAccountPK
-
setBillingAccountPK
public void setBillingAccountPK(BillingAccountPK billingAccountPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getBillingAccountPKHasBeenModified
-
getGlAccountPK
-
setGlAccountPK
- Throws:
PersistenceNotNullException
-
getGlAccountPKHasBeenModified
-
getTermPK
-
setTermPK
- Throws:
PersistenceNotNullException
-
getTermPKHasBeenModified
-
getFreeOnBoardPK
-
setFreeOnBoardPK
-
getFreeOnBoardPKHasBeenModified
-
getReference
-
setReference
-
getReferenceHasBeenModified
-
getDescription
-
setDescription
-
getDescriptionHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-