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 TypeMethodDescriptionboolean
boolean
getLocation
(EntityPermission entityPermission) getLocation
(Session session) getLocation
(Session session, EntityPermission entityPermission) getLocationForUpdate
(Session session) boolean
getLot()
getLot
(EntityPermission entityPermission) getLot
(Session session, EntityPermission entityPermission) getLotForUpdate
(Session session) getLotPK()
boolean
boolean
boolean
boolean
int
hashCode()
void
remove()
void
void
setFromTime
(Long fromTime) void
void
setLocation
(Location entity) void
setLocationPK
(LocationPK locationPK) void
void
void
setQuantity
(Long quantity) void
setThruTime
(Long thruTime) void
toString()
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:
getBaseFactoryInstance
in classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
store
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Overrides:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
getInventoryLocationAssignmentValue
-
setInventoryLocationAssignmentValue
public void setInventoryLocationAssignmentValue(InventoryLocationAssignmentValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseEntity
-
getLotPK
-
getLot
-
getLot
-
getLot
-
getLot
-
getLotForUpdate
-
getLotForUpdate
-
setLotPK
-
setLot
-
getLotPKHasBeenModified
-
getLocationPK
-
getLocation
-
getLocation
-
getLocation
-
getLocation
-
getLocationForUpdate
-
getLocationForUpdate
-
setLocationPK
public void setLocationPK(LocationPK locationPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setLocation
-
getLocationPKHasBeenModified
-
getQuantity
-
setQuantity
public void setQuantity(Long quantity) throws PersistenceNotNullException, PersistenceReadOnlyException -
getQuantityHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-