Class InventoryTransactionLineSource
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.inventory.server.entity.InventoryTransactionLineSource
- 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 InventoryTransactionLineSourceInventoryTransactionLineSource(InventoryTransactionLineSourceValue value, EntityPermission entityPermission) Creates a new instance of InventoryTransactionLineSource -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleangetInventoryTransactionLine(EntityPermission entityPermission) booleangetSourceInventoryCondition(EntityPermission entityPermission) booleangetSourceLocation(EntityPermission entityPermission) booleangetSourceOwnerParty(EntityPermission entityPermission) booleangetSourceUnitOfMeasureType(EntityPermission entityPermission) booleanbooleanbooleaninthashCode()voidremove()voidsetFromTime(Long fromTime) voidvoidsetInventoryTransactionLinePK(InventoryTransactionLinePK inventoryTransactionLinePK) voidvoidvoidsetSourceInventoryConditionPK(InventoryConditionPK sourceInventoryConditionPK) voidsetSourceLocation(Location entity) voidsetSourceLocationPK(LocationPK sourceLocationPK) voidsetSourceOwnerParty(Party entity) voidsetSourceOwnerPartyPK(PartyPK sourceOwnerPartyPK) voidvoidsetSourceUnitOfMeasureTypePK(UnitOfMeasureTypePK sourceUnitOfMeasureTypePK) voidsetThruTime(Long thruTime) voidstore()toString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission
-
Constructor Details
-
InventoryTransactionLineSource
Creates a new instance of InventoryTransactionLineSource- Throws:
PersistenceException
-
InventoryTransactionLineSource
public InventoryTransactionLineSource(InventoryTransactionLineSourceValue value, EntityPermission entityPermission) Creates a new instance of InventoryTransactionLineSource
-
-
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
-
getInventoryTransactionLineSourceValue
-
setInventoryTransactionLineSourceValue
public void setInventoryTransactionLineSourceValue(@Nonnull InventoryTransactionLineSourceValue 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
-
getSourceOwnerPartyPK
-
getSourceOwnerParty
-
getSourceOwnerParty
-
getSourceOwnerPartyForUpdate
-
setSourceOwnerPartyPK
public void setSourceOwnerPartyPK(@Nullable PartyPK sourceOwnerPartyPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setSourceOwnerParty
-
getSourceOwnerPartyPKHasBeenModified
-
getSourceLocationPK
-
getSourceLocation
-
getSourceLocation
-
getSourceLocationForUpdate
-
setSourceLocationPK
public void setSourceLocationPK(@Nullable LocationPK sourceLocationPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setSourceLocation
-
getSourceLocationPKHasBeenModified
-
getSourceInventoryConditionPK
-
getSourceInventoryCondition
-
getSourceInventoryCondition
-
getSourceInventoryConditionForUpdate
-
setSourceInventoryConditionPK
public void setSourceInventoryConditionPK(@Nullable InventoryConditionPK sourceInventoryConditionPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setSourceInventoryCondition
-
getSourceInventoryConditionPKHasBeenModified
-
getSourceUnitOfMeasureTypePK
-
getSourceUnitOfMeasureType
-
getSourceUnitOfMeasureType
-
getSourceUnitOfMeasureTypeForUpdate
-
setSourceUnitOfMeasureTypePK
public void setSourceUnitOfMeasureTypePK(@Nullable UnitOfMeasureTypePK sourceUnitOfMeasureTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setSourceUnitOfMeasureType
-
getSourceUnitOfMeasureTypePKHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(@Nonnull Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(@Nonnull Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-