Class InventoryTransactionLineDestinationValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<InventoryTransactionLineDestinationPK>
com.echothree.model.data.inventory.server.value.InventoryTransactionLineDestinationValue
- All Implemented Interfaces:
Serializable,Cloneable
public class InventoryTransactionLineDestinationValue
extends BaseValue<InventoryTransactionLineDestinationPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionInventoryTransactionLineDestinationValue(InventoryTransactionLineDestinationPK inventoryTransactionLineDestinationPK, InventoryTransactionLinePK inventoryTransactionLinePK, PartyPK destinationOwnerPartyPK, LocationPK destinationLocationPK, InventoryConditionPK destinationInventoryConditionPK, UnitOfMeasureTypePK destinationUnitOfMeasureTypePK, Long fromTime, Long thruTime) Creates a new instance of InventoryTransactionLineDestinationValueInventoryTransactionLineDestinationValue(InventoryTransactionLinePK inventoryTransactionLinePK, PartyPK destinationOwnerPartyPK, LocationPK destinationLocationPK, InventoryConditionPK destinationInventoryConditionPK, UnitOfMeasureTypePK destinationUnitOfMeasureTypePK, Long fromTime, Long thruTime) Creates a new instance of InventoryTransactionLineDestinationValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetDestinationInventoryConditionPK(InventoryConditionPK destinationInventoryConditionPK) voidsetDestinationLocationPK(LocationPK destinationLocationPK) voidsetDestinationOwnerPartyPK(PartyPK destinationOwnerPartyPK) voidsetDestinationUnitOfMeasureTypePK(UnitOfMeasureTypePK destinationUnitOfMeasureTypePK) voidsetFromTime(Long fromTime) voidsetInventoryTransactionLinePK(InventoryTransactionLinePK inventoryTransactionLinePK) voidsetThruTime(Long thruTime) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
InventoryTransactionLineDestinationValue
public InventoryTransactionLineDestinationValue(InventoryTransactionLineDestinationPK inventoryTransactionLineDestinationPK, InventoryTransactionLinePK inventoryTransactionLinePK, PartyPK destinationOwnerPartyPK, LocationPK destinationLocationPK, InventoryConditionPK destinationInventoryConditionPK, UnitOfMeasureTypePK destinationUnitOfMeasureTypePK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of InventoryTransactionLineDestinationValue- Throws:
PersistenceNotNullException
-
InventoryTransactionLineDestinationValue
public InventoryTransactionLineDestinationValue(InventoryTransactionLinePK inventoryTransactionLinePK, PartyPK destinationOwnerPartyPK, LocationPK destinationLocationPK, InventoryConditionPK destinationInventoryConditionPK, UnitOfMeasureTypePK destinationUnitOfMeasureTypePK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of InventoryTransactionLineDestinationValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<InventoryTransactionLineDestinationPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<InventoryTransactionLineDestinationPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<InventoryTransactionLineDestinationPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<InventoryTransactionLineDestinationPK>
-
getInventoryTransactionLinePK
-
setInventoryTransactionLinePK
public void setInventoryTransactionLinePK(@Nonnull InventoryTransactionLinePK inventoryTransactionLinePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getInventoryTransactionLinePKHasBeenModified
-
getDestinationOwnerPartyPK
-
setDestinationOwnerPartyPK
-
getDestinationOwnerPartyPKHasBeenModified
-
getDestinationLocationPK
-
setDestinationLocationPK
-
getDestinationLocationPKHasBeenModified
-
getDestinationInventoryConditionPK
-
setDestinationInventoryConditionPK
public void setDestinationInventoryConditionPK(@Nullable InventoryConditionPK destinationInventoryConditionPK) -
getDestinationInventoryConditionPKHasBeenModified
-
getDestinationUnitOfMeasureTypePK
-
setDestinationUnitOfMeasureTypePK
public void setDestinationUnitOfMeasureTypePK(@Nullable UnitOfMeasureTypePK destinationUnitOfMeasureTypePK) -
getDestinationUnitOfMeasureTypePKHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-