Class InvoiceValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<InvoicePK>
com.echothree.model.data.invoice.server.value.InvoiceValue
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionInvoiceValue
(InvoiceDetailPK activeDetailPK, InvoiceDetailPK lastDetailPK) Creates a new instance of InvoiceValueInvoiceValue
(InvoicePK invoicePK, InvoiceDetailPK activeDetailPK, InvoiceDetailPK lastDetailPK) Creates a new instance of InvoiceValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setActiveDetailPK
(InvoiceDetailPK activeDetailPK) void
setLastDetailPK
(InvoiceDetailPK lastDetailPK) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
InvoiceValue
public InvoiceValue(InvoicePK invoicePK, InvoiceDetailPK activeDetailPK, InvoiceDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of InvoiceValue- Throws:
PersistenceNotNullException
-
InvoiceValue
public InvoiceValue(InvoiceDetailPK activeDetailPK, InvoiceDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of InvoiceValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<InvoicePK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<InvoicePK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<InvoicePK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<InvoicePK>
-
getActiveDetailPK
-
setActiveDetailPK
-
getActiveDetailPKHasBeenModified
-
getLastDetailPK
-
setLastDetailPK
-
getLastDetailPKHasBeenModified
-