Class InvoiceLineItemValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<InvoiceLineItemPK>
com.echothree.model.data.invoice.server.value.InvoiceLineItemValue
- All Implemented Interfaces:
Serializable,Cloneable
public class InvoiceLineItemValue
extends BaseValue<InvoiceLineItemPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionInvoiceLineItemValue(InvoiceLineItemPK invoiceLineItemPK, InvoiceLinePK invoiceLinePK, ItemPK itemPK, InventoryConditionPK inventoryConditionPK, UnitOfMeasureTypePK unitOfMeasureTypePK, Integer quantity, Long fromTime, Long thruTime) Creates a new instance of InvoiceLineItemValueInvoiceLineItemValue(InvoiceLinePK invoiceLinePK, ItemPK itemPK, InventoryConditionPK inventoryConditionPK, UnitOfMeasureTypePK unitOfMeasureTypePK, Integer quantity, Long fromTime, Long thruTime) Creates a new instance of InvoiceLineItemValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetFromTime(Long fromTime) voidsetInventoryConditionPK(InventoryConditionPK inventoryConditionPK) voidsetInvoiceLinePK(InvoiceLinePK invoiceLinePK) voidvoidsetQuantity(Integer quantity) voidsetThruTime(Long thruTime) voidsetUnitOfMeasureTypePK(UnitOfMeasureTypePK unitOfMeasureTypePK) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
InvoiceLineItemValue
public InvoiceLineItemValue(InvoiceLineItemPK invoiceLineItemPK, InvoiceLinePK invoiceLinePK, ItemPK itemPK, InventoryConditionPK inventoryConditionPK, UnitOfMeasureTypePK unitOfMeasureTypePK, Integer quantity, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of InvoiceLineItemValue- Throws:
PersistenceNotNullException
-
InvoiceLineItemValue
public InvoiceLineItemValue(InvoiceLinePK invoiceLinePK, ItemPK itemPK, InventoryConditionPK inventoryConditionPK, UnitOfMeasureTypePK unitOfMeasureTypePK, Integer quantity, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of InvoiceLineItemValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<InvoiceLineItemPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<InvoiceLineItemPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<InvoiceLineItemPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<InvoiceLineItemPK>
-
getInvoiceLinePK
-
setInvoiceLinePK
- Throws:
PersistenceNotNullException
-
getInvoiceLinePKHasBeenModified
-
getItemPK
-
setItemPK
- Throws:
PersistenceNotNullException
-
getItemPKHasBeenModified
-
getInventoryConditionPK
-
setInventoryConditionPK
public void setInventoryConditionPK(InventoryConditionPK inventoryConditionPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getInventoryConditionPKHasBeenModified
-
getUnitOfMeasureTypePK
-
setUnitOfMeasureTypePK
public void setUnitOfMeasureTypePK(UnitOfMeasureTypePK unitOfMeasureTypePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getUnitOfMeasureTypePKHasBeenModified
-
getQuantity
-
setQuantity
- Throws:
PersistenceNotNullException
-
getQuantityHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-