Class InventoryTransactionLineDestination
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.inventory.server.entity.InventoryTransactionLineDestination
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseEntity
_entityPermission -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance of InventoryTransactionLineDestinationInventoryTransactionLineDestination(InventoryTransactionLineDestinationValue value, EntityPermission entityPermission) Creates a new instance of InventoryTransactionLineDestination -
Method Summary
Modifier and TypeMethodDescriptionbooleangetDestinationInventoryCondition(EntityPermission entityPermission) booleangetDestinationLocation(EntityPermission entityPermission) booleangetDestinationOwnerParty(EntityPermission entityPermission) booleangetDestinationUnitOfMeasureType(EntityPermission entityPermission) booleanbooleangetInventoryTransactionLine(EntityPermission entityPermission) booleanbooleanbooleaninthashCode()voidremove()voidvoidsetDestinationInventoryConditionPK(InventoryConditionPK destinationInventoryConditionPK) voidsetDestinationLocation(Location entity) voidsetDestinationLocationPK(LocationPK destinationLocationPK) voidsetDestinationOwnerParty(Party entity) voidsetDestinationOwnerPartyPK(PartyPK destinationOwnerPartyPK) voidvoidsetDestinationUnitOfMeasureTypePK(UnitOfMeasureTypePK destinationUnitOfMeasureTypePK) voidsetFromTime(Long fromTime) voidvoidvoidsetInventoryTransactionLinePK(InventoryTransactionLinePK inventoryTransactionLinePK) voidsetThruTime(Long thruTime) voidstore()toString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission
-
Constructor Details
-
InventoryTransactionLineDestination
Creates a new instance of InventoryTransactionLineDestination- Throws:
PersistenceException
-
InventoryTransactionLineDestination
public InventoryTransactionLineDestination(InventoryTransactionLineDestinationValue value, EntityPermission entityPermission) Creates a new instance of InventoryTransactionLineDestination
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
storein classBaseEntity- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
getInventoryTransactionLineDestinationValue
-
setInventoryTransactionLineDestinationValue
public void setInventoryTransactionLineDestinationValue(@Nonnull InventoryTransactionLineDestinationValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getInventoryTransactionLinePK
-
getInventoryTransactionLine
@Nonnull public InventoryTransactionLine getInventoryTransactionLine(EntityPermission entityPermission) -
getInventoryTransactionLine
-
getInventoryTransactionLineForUpdate
-
setInventoryTransactionLinePK
public void setInventoryTransactionLinePK(@Nonnull InventoryTransactionLinePK inventoryTransactionLinePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setInventoryTransactionLine
-
getInventoryTransactionLinePKHasBeenModified
-
getDestinationOwnerPartyPK
-
getDestinationOwnerParty
-
getDestinationOwnerParty
-
getDestinationOwnerPartyForUpdate
-
setDestinationOwnerPartyPK
public void setDestinationOwnerPartyPK(@Nullable PartyPK destinationOwnerPartyPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setDestinationOwnerParty
-
getDestinationOwnerPartyPKHasBeenModified
-
getDestinationLocationPK
-
getDestinationLocation
-
getDestinationLocation
-
getDestinationLocationForUpdate
-
setDestinationLocationPK
public void setDestinationLocationPK(@Nullable LocationPK destinationLocationPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setDestinationLocation
-
getDestinationLocationPKHasBeenModified
-
getDestinationInventoryConditionPK
-
getDestinationInventoryCondition
@Nullable public InventoryCondition getDestinationInventoryCondition(EntityPermission entityPermission) -
getDestinationInventoryCondition
-
getDestinationInventoryConditionForUpdate
-
setDestinationInventoryConditionPK
public void setDestinationInventoryConditionPK(@Nullable InventoryConditionPK destinationInventoryConditionPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setDestinationInventoryCondition
-
getDestinationInventoryConditionPKHasBeenModified
-
getDestinationUnitOfMeasureTypePK
-
getDestinationUnitOfMeasureType
@Nullable public UnitOfMeasureType getDestinationUnitOfMeasureType(EntityPermission entityPermission) -
getDestinationUnitOfMeasureType
-
getDestinationUnitOfMeasureTypeForUpdate
-
setDestinationUnitOfMeasureTypePK
public void setDestinationUnitOfMeasureTypePK(@Nullable UnitOfMeasureTypePK destinationUnitOfMeasureTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setDestinationUnitOfMeasureType
-
getDestinationUnitOfMeasureTypePKHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(@Nonnull Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(@Nonnull Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-