Class InventoryLocationAssignment
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.inventory.server.entity.InventoryLocationAssignment
- 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 InventoryLocationAssignmentInventoryLocationAssignment(InventoryLocationAssignmentValue value, EntityPermission entityPermission) Creates a new instance of InventoryLocationAssignment -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleangetInventoryCondition(EntityPermission entityPermission) getInventoryCondition(Session session) getInventoryCondition(Session session, EntityPermission entityPermission) getInventoryConditionForUpdate(Session session) booleangetItem()getItem(EntityPermission entityPermission) getItem(Session session, EntityPermission entityPermission) getItemForUpdate(Session session) booleangetLocation(EntityPermission entityPermission) getLocation(Session session) getLocation(Session session, EntityPermission entityPermission) getLocationForUpdate(Session session) booleangetOwnerParty(EntityPermission entityPermission) getOwnerParty(Session session) getOwnerParty(Session session, EntityPermission entityPermission) getOwnerPartyForUpdate(Session session) booleanbooleangetUnitOfMeasureType(EntityPermission entityPermission) getUnitOfMeasureType(Session session) getUnitOfMeasureType(Session session, EntityPermission entityPermission) getUnitOfMeasureTypeForUpdate(Session session) booleanbooleaninthashCode()voidremove()voidvoidsetFromTime(Long fromTime) voidvoidsetInventoryConditionPK(InventoryConditionPK inventoryConditionPK) voidvoidvoidvoidsetLocation(Location entity) voidsetLocationPK(LocationPK locationPK) voidsetOwnerParty(Party entity) voidsetOwnerPartyPK(PartyPK ownerPartyPK) voidsetThruTime(Long thruTime) voidvoidsetUnitOfMeasureTypePK(UnitOfMeasureTypePK unitOfMeasureTypePK) voidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
InventoryLocationAssignment
Creates a new instance of InventoryLocationAssignment- Throws:
PersistenceException
-
InventoryLocationAssignment
public InventoryLocationAssignment(InventoryLocationAssignmentValue value, EntityPermission entityPermission) Creates a new instance of InventoryLocationAssignment
-
-
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
-
remove
- Overrides:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
getInventoryLocationAssignmentValue
-
setInventoryLocationAssignmentValue
public void setInventoryLocationAssignmentValue(InventoryLocationAssignmentValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getLocationPK
-
getLocation
-
getLocation
-
getLocation
-
getLocation
-
getLocationForUpdate
-
getLocationForUpdate
-
setLocationPK
public void setLocationPK(LocationPK locationPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setLocation
-
getLocationPKHasBeenModified
-
getOwnerPartyPK
-
getOwnerParty
-
getOwnerParty
-
getOwnerParty
-
getOwnerParty
-
getOwnerPartyForUpdate
-
getOwnerPartyForUpdate
-
setOwnerPartyPK
public void setOwnerPartyPK(PartyPK ownerPartyPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setOwnerParty
-
getOwnerPartyPKHasBeenModified
-
getItemPK
-
getItem
-
getItem
-
getItem
-
getItem
-
getItemForUpdate
-
getItemForUpdate
-
setItemPK
public void setItemPK(ItemPK itemPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setItem
-
getItemPKHasBeenModified
-
getUnitOfMeasureTypePK
-
getUnitOfMeasureType
-
getUnitOfMeasureType
-
getUnitOfMeasureType
-
getUnitOfMeasureType
-
getUnitOfMeasureTypeForUpdate
-
getUnitOfMeasureTypeForUpdate
-
setUnitOfMeasureTypePK
public void setUnitOfMeasureTypePK(UnitOfMeasureTypePK unitOfMeasureTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setUnitOfMeasureType
-
getUnitOfMeasureTypePKHasBeenModified
-
getInventoryConditionPK
-
getInventoryCondition
-
getInventoryCondition
-
getInventoryCondition
-
getInventoryCondition
-
getInventoryConditionForUpdate
-
getInventoryConditionForUpdate
-
setInventoryConditionPK
public void setInventoryConditionPK(InventoryConditionPK inventoryConditionPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setInventoryCondition
-
getInventoryConditionPKHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-