Class InvoiceLineGlAccountValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<InvoiceLineGlAccountPK>
com.echothree.model.data.invoice.server.value.InvoiceLineGlAccountValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class InvoiceLineGlAccountValue
extends BaseValue<InvoiceLineGlAccountPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionInvoiceLineGlAccountValue
(InvoiceLineGlAccountPK invoiceLineGlAccountPK, InvoiceLinePK invoiceLinePK, GlAccountPK glAccountPK, Long fromTime, Long thruTime) Creates a new instance of InvoiceLineGlAccountValueInvoiceLineGlAccountValue
(InvoiceLinePK invoiceLinePK, GlAccountPK glAccountPK, Long fromTime, Long thruTime) Creates a new instance of InvoiceLineGlAccountValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setFromTime
(Long fromTime) void
setGlAccountPK
(GlAccountPK glAccountPK) void
setInvoiceLinePK
(InvoiceLinePK invoiceLinePK) void
setThruTime
(Long thruTime) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
InvoiceLineGlAccountValue
public InvoiceLineGlAccountValue(InvoiceLineGlAccountPK invoiceLineGlAccountPK, InvoiceLinePK invoiceLinePK, GlAccountPK glAccountPK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of InvoiceLineGlAccountValue- Throws:
PersistenceNotNullException
-
InvoiceLineGlAccountValue
public InvoiceLineGlAccountValue(InvoiceLinePK invoiceLinePK, GlAccountPK glAccountPK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of InvoiceLineGlAccountValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<InvoiceLineGlAccountPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<InvoiceLineGlAccountPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<InvoiceLineGlAccountPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<InvoiceLineGlAccountPK>
-
getInvoiceLinePK
-
setInvoiceLinePK
- Throws:
PersistenceNotNullException
-
getInvoiceLinePKHasBeenModified
-
getGlAccountPK
-
setGlAccountPK
- Throws:
PersistenceNotNullException
-
getGlAccountPKHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-