Class InvoiceAliasValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<InvoiceAliasPK>
com.echothree.model.data.invoice.server.value.InvoiceAliasValue
- All Implemented Interfaces:
Serializable,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionInvoiceAliasValue(InvoiceAliasPK invoiceAliasPK, InvoicePK invoicePK, InvoiceAliasTypePK invoiceAliasTypePK, String alias, Long fromTime, Long thruTime) Creates a new instance of InvoiceAliasValueInvoiceAliasValue(InvoicePK invoicePK, InvoiceAliasTypePK invoiceAliasTypePK, String alias, Long fromTime, Long thruTime) Creates a new instance of InvoiceAliasValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleangetAlias()booleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidvoidsetFromTime(Long fromTime) voidsetInvoiceAliasTypePK(InvoiceAliasTypePK invoiceAliasTypePK) voidsetInvoicePK(InvoicePK invoicePK) voidsetThruTime(Long thruTime) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
InvoiceAliasValue
public InvoiceAliasValue(InvoiceAliasPK invoiceAliasPK, InvoicePK invoicePK, InvoiceAliasTypePK invoiceAliasTypePK, String alias, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of InvoiceAliasValue- Throws:
PersistenceNotNullException
-
InvoiceAliasValue
public InvoiceAliasValue(InvoicePK invoicePK, InvoiceAliasTypePK invoiceAliasTypePK, String alias, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of InvoiceAliasValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<InvoiceAliasPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<InvoiceAliasPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<InvoiceAliasPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<InvoiceAliasPK>
-
getInvoicePK
-
setInvoicePK
- Throws:
PersistenceNotNullException
-
getInvoicePKHasBeenModified
-
getInvoiceAliasTypePK
-
setInvoiceAliasTypePK
public void setInvoiceAliasTypePK(InvoiceAliasTypePK invoiceAliasTypePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getInvoiceAliasTypePKHasBeenModified
-
getAlias
-
setAlias
- Throws:
PersistenceNotNullException
-
getAliasHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-