Class InventoryLayerDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<InventoryLayerDetailPK>
com.echothree.model.data.inventory.server.value.InventoryLayerDetailValue
- All Implemented Interfaces:
Serializable,Cloneable
public class InventoryLayerDetailValue
extends BaseValue<InventoryLayerDetailPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionInventoryLayerDetailValue(InventoryLayerDetailPK inventoryLayerDetailPK, InventoryLayerPK inventoryLayerPK, Integer inventoryLayerSequence, InventoryTransactionLinePK inventoryTransactionLinePK, Long receiptQuantity, Long unitAmount, String description, Long fromTime, Long thruTime) Creates a new instance of InventoryLayerDetailValueInventoryLayerDetailValue(InventoryLayerPK inventoryLayerPK, Integer inventoryLayerSequence, InventoryTransactionLinePK inventoryTransactionLinePK, Long receiptQuantity, Long unitAmount, String description, Long fromTime, Long thruTime) Creates a new instance of InventoryLayerDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetDescription(String description) voidsetFromTime(Long fromTime) voidsetInventoryLayerPK(InventoryLayerPK inventoryLayerPK) voidsetInventoryLayerSequence(Integer inventoryLayerSequence) voidsetInventoryTransactionLinePK(InventoryTransactionLinePK inventoryTransactionLinePK) voidsetReceiptQuantity(Long receiptQuantity) voidsetThruTime(Long thruTime) voidsetUnitAmount(Long unitAmount) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
InventoryLayerDetailValue
public InventoryLayerDetailValue(InventoryLayerDetailPK inventoryLayerDetailPK, InventoryLayerPK inventoryLayerPK, Integer inventoryLayerSequence, InventoryTransactionLinePK inventoryTransactionLinePK, Long receiptQuantity, Long unitAmount, String description, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of InventoryLayerDetailValue- Throws:
PersistenceNotNullException
-
InventoryLayerDetailValue
public InventoryLayerDetailValue(InventoryLayerPK inventoryLayerPK, Integer inventoryLayerSequence, InventoryTransactionLinePK inventoryTransactionLinePK, Long receiptQuantity, Long unitAmount, String description, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of InventoryLayerDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<InventoryLayerDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<InventoryLayerDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<InventoryLayerDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<InventoryLayerDetailPK>
-
getInventoryLayerPK
-
setInventoryLayerPK
public void setInventoryLayerPK(@Nonnull InventoryLayerPK inventoryLayerPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getInventoryLayerPKHasBeenModified
-
getInventoryLayerSequence
-
setInventoryLayerSequence
public void setInventoryLayerSequence(@Nonnull Integer inventoryLayerSequence) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getInventoryLayerSequenceHasBeenModified
-
getInventoryTransactionLinePK
-
setInventoryTransactionLinePK
public void setInventoryTransactionLinePK(@Nonnull InventoryTransactionLinePK inventoryTransactionLinePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getInventoryTransactionLinePKHasBeenModified
-
getReceiptQuantity
-
setReceiptQuantity
- Throws:
PersistenceNotNullException
-
getReceiptQuantityHasBeenModified
-
getUnitAmount
-
setUnitAmount
-
getUnitAmountHasBeenModified
-
getDescription
-
setDescription
-
getDescriptionHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-