Class InventoryTransactionLineSourceValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<InventoryTransactionLineSourcePK>
com.echothree.model.data.inventory.server.value.InventoryTransactionLineSourceValue
- All Implemented Interfaces:
Serializable,Cloneable
public class InventoryTransactionLineSourceValue
extends BaseValue<InventoryTransactionLineSourcePK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionInventoryTransactionLineSourceValue(InventoryTransactionLinePK inventoryTransactionLinePK, PartyPK sourceOwnerPartyPK, LocationPK sourceLocationPK, InventoryConditionPK sourceInventoryConditionPK, UnitOfMeasureTypePK sourceUnitOfMeasureTypePK, Long fromTime, Long thruTime) Creates a new instance of InventoryTransactionLineSourceValueInventoryTransactionLineSourceValue(InventoryTransactionLineSourcePK inventoryTransactionLineSourcePK, InventoryTransactionLinePK inventoryTransactionLinePK, PartyPK sourceOwnerPartyPK, LocationPK sourceLocationPK, InventoryConditionPK sourceInventoryConditionPK, UnitOfMeasureTypePK sourceUnitOfMeasureTypePK, Long fromTime, Long thruTime) Creates a new instance of InventoryTransactionLineSourceValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetFromTime(Long fromTime) voidsetInventoryTransactionLinePK(InventoryTransactionLinePK inventoryTransactionLinePK) voidsetSourceInventoryConditionPK(InventoryConditionPK sourceInventoryConditionPK) voidsetSourceLocationPK(LocationPK sourceLocationPK) voidsetSourceOwnerPartyPK(PartyPK sourceOwnerPartyPK) voidsetSourceUnitOfMeasureTypePK(UnitOfMeasureTypePK sourceUnitOfMeasureTypePK) voidsetThruTime(Long thruTime) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
InventoryTransactionLineSourceValue
public InventoryTransactionLineSourceValue(InventoryTransactionLineSourcePK inventoryTransactionLineSourcePK, InventoryTransactionLinePK inventoryTransactionLinePK, PartyPK sourceOwnerPartyPK, LocationPK sourceLocationPK, InventoryConditionPK sourceInventoryConditionPK, UnitOfMeasureTypePK sourceUnitOfMeasureTypePK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of InventoryTransactionLineSourceValue- Throws:
PersistenceNotNullException
-
InventoryTransactionLineSourceValue
public InventoryTransactionLineSourceValue(InventoryTransactionLinePK inventoryTransactionLinePK, PartyPK sourceOwnerPartyPK, LocationPK sourceLocationPK, InventoryConditionPK sourceInventoryConditionPK, UnitOfMeasureTypePK sourceUnitOfMeasureTypePK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of InventoryTransactionLineSourceValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<InventoryTransactionLineSourcePK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<InventoryTransactionLineSourcePK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<InventoryTransactionLineSourcePK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<InventoryTransactionLineSourcePK>
-
getInventoryTransactionLinePK
-
setInventoryTransactionLinePK
public void setInventoryTransactionLinePK(@Nonnull InventoryTransactionLinePK inventoryTransactionLinePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getInventoryTransactionLinePKHasBeenModified
-
getSourceOwnerPartyPK
-
setSourceOwnerPartyPK
-
getSourceOwnerPartyPKHasBeenModified
-
getSourceLocationPK
-
setSourceLocationPK
-
getSourceLocationPKHasBeenModified
-
getSourceInventoryConditionPK
-
setSourceInventoryConditionPK
public void setSourceInventoryConditionPK(@Nullable InventoryConditionPK sourceInventoryConditionPK) -
getSourceInventoryConditionPKHasBeenModified
-
getSourceUnitOfMeasureTypePK
-
setSourceUnitOfMeasureTypePK
-
getSourceUnitOfMeasureTypePKHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-