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 TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetInvoiceLineSequence(Integer invoiceLineSequence) voidsetInvoicePK(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:
getBaseFactoryInstancein classBaseValue<InvoiceStatusPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<InvoiceStatusPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<InvoiceStatusPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<InvoiceStatusPK>
-
getInvoicePK
-
setInvoicePK
- Throws:
PersistenceNotNullException
-
getInvoicePKHasBeenModified
-
getInvoiceLineSequence
-
setInvoiceLineSequence
- Throws:
PersistenceNotNullException
-
getInvoiceLineSequenceHasBeenModified
-