Class InvoiceLineValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<InvoiceLinePK>
com.echothree.model.data.invoice.server.value.InvoiceLineValue
- All Implemented Interfaces:
Serializable,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionInvoiceLineValue(InvoiceLineDetailPK activeDetailPK, InvoiceLineDetailPK lastDetailPK) Creates a new instance of InvoiceLineValueInvoiceLineValue(InvoiceLinePK invoiceLinePK, InvoiceLineDetailPK activeDetailPK, InvoiceLineDetailPK lastDetailPK) Creates a new instance of InvoiceLineValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetActiveDetailPK(InvoiceLineDetailPK activeDetailPK) voidsetLastDetailPK(InvoiceLineDetailPK lastDetailPK) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
InvoiceLineValue
public InvoiceLineValue(InvoiceLinePK invoiceLinePK, InvoiceLineDetailPK activeDetailPK, InvoiceLineDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of InvoiceLineValue- Throws:
PersistenceNotNullException
-
InvoiceLineValue
public InvoiceLineValue(InvoiceLineDetailPK activeDetailPK, InvoiceLineDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of InvoiceLineValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<InvoiceLinePK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<InvoiceLinePK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<InvoiceLinePK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<InvoiceLinePK>
-
getActiveDetailPK
-
setActiveDetailPK
-
getActiveDetailPKHasBeenModified
-
getLastDetailPK
-
setLastDetailPK
-
getLastDetailPKHasBeenModified
-