Class InventoryTransactionLineDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<InventoryTransactionLineDetailPK>
com.echothree.model.data.inventory.server.value.InventoryTransactionLineDetailValue
- All Implemented Interfaces:
Serializable,Cloneable
public class InventoryTransactionLineDetailValue
extends BaseValue<InventoryTransactionLineDetailPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionInventoryTransactionLineDetailValue(InventoryTransactionLineDetailPK inventoryTransactionLineDetailPK, InventoryTransactionLinePK inventoryTransactionLinePK, InventoryTransactionPK inventoryTransactionPK, Integer inventoryTransactionLineSequence, InventoryTransactionReasonPK inventoryTransactionReasonPK, ItemPK itemPK, LotPK lotPK, InventoryAdjustmentTypePK inventoryAdjustmentTypePK, Long unitAmount, String description, Long fromTime, Long thruTime) Creates a new instance of InventoryTransactionLineDetailValueInventoryTransactionLineDetailValue(InventoryTransactionLinePK inventoryTransactionLinePK, InventoryTransactionPK inventoryTransactionPK, Integer inventoryTransactionLineSequence, InventoryTransactionReasonPK inventoryTransactionReasonPK, ItemPK itemPK, LotPK lotPK, InventoryAdjustmentTypePK inventoryAdjustmentTypePK, Long unitAmount, String description, Long fromTime, Long thruTime) Creates a new instance of InventoryTransactionLineDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleangetLotPK()booleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetDescription(String description) voidsetFromTime(Long fromTime) voidsetInventoryAdjustmentTypePK(InventoryAdjustmentTypePK inventoryAdjustmentTypePK) voidsetInventoryTransactionLinePK(InventoryTransactionLinePK inventoryTransactionLinePK) voidsetInventoryTransactionLineSequence(Integer inventoryTransactionLineSequence) voidsetInventoryTransactionPK(InventoryTransactionPK inventoryTransactionPK) voidsetInventoryTransactionReasonPK(InventoryTransactionReasonPK inventoryTransactionReasonPK) voidvoidvoidsetThruTime(Long thruTime) voidsetUnitAmount(Long unitAmount) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
InventoryTransactionLineDetailValue
public InventoryTransactionLineDetailValue(InventoryTransactionLineDetailPK inventoryTransactionLineDetailPK, InventoryTransactionLinePK inventoryTransactionLinePK, InventoryTransactionPK inventoryTransactionPK, Integer inventoryTransactionLineSequence, InventoryTransactionReasonPK inventoryTransactionReasonPK, ItemPK itemPK, LotPK lotPK, InventoryAdjustmentTypePK inventoryAdjustmentTypePK, Long unitAmount, String description, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of InventoryTransactionLineDetailValue- Throws:
PersistenceNotNullException
-
InventoryTransactionLineDetailValue
public InventoryTransactionLineDetailValue(InventoryTransactionLinePK inventoryTransactionLinePK, InventoryTransactionPK inventoryTransactionPK, Integer inventoryTransactionLineSequence, InventoryTransactionReasonPK inventoryTransactionReasonPK, ItemPK itemPK, LotPK lotPK, InventoryAdjustmentTypePK inventoryAdjustmentTypePK, Long unitAmount, String description, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of InventoryTransactionLineDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<InventoryTransactionLineDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<InventoryTransactionLineDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<InventoryTransactionLineDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<InventoryTransactionLineDetailPK>
-
getInventoryTransactionLinePK
-
setInventoryTransactionLinePK
public void setInventoryTransactionLinePK(@Nonnull InventoryTransactionLinePK inventoryTransactionLinePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getInventoryTransactionLinePKHasBeenModified
-
getInventoryTransactionPK
-
setInventoryTransactionPK
public void setInventoryTransactionPK(@Nonnull InventoryTransactionPK inventoryTransactionPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getInventoryTransactionPKHasBeenModified
-
getInventoryTransactionLineSequence
-
setInventoryTransactionLineSequence
public void setInventoryTransactionLineSequence(@Nonnull Integer inventoryTransactionLineSequence) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getInventoryTransactionLineSequenceHasBeenModified
-
getInventoryTransactionReasonPK
-
setInventoryTransactionReasonPK
public void setInventoryTransactionReasonPK(@Nullable InventoryTransactionReasonPK inventoryTransactionReasonPK) -
getInventoryTransactionReasonPKHasBeenModified
-
getItemPK
-
setItemPK
- Throws:
PersistenceNotNullException
-
getItemPKHasBeenModified
-
getLotPK
-
setLotPK
-
getLotPKHasBeenModified
-
getInventoryAdjustmentTypePK
-
setInventoryAdjustmentTypePK
public void setInventoryAdjustmentTypePK(@Nonnull InventoryAdjustmentTypePK inventoryAdjustmentTypePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getInventoryAdjustmentTypePKHasBeenModified
-
getUnitAmount
-
setUnitAmount
-
getUnitAmountHasBeenModified
-
getDescription
-
setDescription
-
getDescriptionHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-