Class InvoiceStatusValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<InvoiceStatusPK>
com.echothree.model.data.invoice.server.value.InvoiceStatusValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class InvoiceStatusValue
extends BaseValue<InvoiceStatusPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionInvoiceStatusValue
(InvoicePK invoicePK, Integer invoiceLineSequence) Creates a new instance of InvoiceStatusValueInvoiceStatusValue
(InvoiceStatusPK invoiceStatusPK, InvoicePK invoicePK, Integer invoiceLineSequence) Creates a new instance of InvoiceStatusValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setInvoiceLineSequence
(Integer invoiceLineSequence) void
setInvoicePK
(InvoicePK invoicePK) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
InvoiceStatusValue
public InvoiceStatusValue(InvoiceStatusPK invoiceStatusPK, InvoicePK invoicePK, Integer invoiceLineSequence) throws PersistenceNotNullException Creates a new instance of InvoiceStatusValue- Throws:
PersistenceNotNullException
-
InvoiceStatusValue
public InvoiceStatusValue(InvoicePK invoicePK, Integer invoiceLineSequence) throws PersistenceNotNullException Creates a new instance of InvoiceStatusValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<InvoiceStatusPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<InvoiceStatusPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<InvoiceStatusPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<InvoiceStatusPK>
-
getInvoicePK
-
setInvoicePK
- Throws:
PersistenceNotNullException
-
getInvoicePKHasBeenModified
-
getInvoiceLineSequence
-
setInvoiceLineSequence
- Throws:
PersistenceNotNullException
-
getInvoiceLineSequenceHasBeenModified
-