Class LocationDetail
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.warehouse.server.entity.LocationDetail
- 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 LocationDetailLocationDetail
(LocationDetailValue value, EntityPermission entityPermission) Creates a new instance of LocationDetail -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
getInventoryLocationGroup
(EntityPermission entityPermission) getInventoryLocationGroup
(Session session) getInventoryLocationGroup
(Session session, EntityPermission entityPermission) boolean
getLocation
(EntityPermission entityPermission) getLocation
(Session session) getLocation
(Session session, EntityPermission entityPermission) getLocationForUpdate
(Session session) boolean
boolean
getLocationType
(EntityPermission entityPermission) getLocationType
(Session session) getLocationType
(Session session, EntityPermission entityPermission) getLocationTypeForUpdate
(Session session) boolean
getLocationUseType
(EntityPermission entityPermission) getLocationUseType
(Session session) getLocationUseType
(Session session, EntityPermission entityPermission) getLocationUseTypeForUpdate
(Session session) boolean
boolean
boolean
getWarehouseParty
(EntityPermission entityPermission) getWarehouseParty
(Session session) getWarehouseParty
(Session session, EntityPermission entityPermission) getWarehousePartyForUpdate
(Session session) boolean
boolean
int
hashCode()
void
remove()
void
void
setFromTime
(Long fromTime) void
void
setInventoryLocationGroupPK
(InventoryLocationGroupPK inventoryLocationGroupPK) void
setLocation
(Location entity) void
void
setLocationName
(String locationName) void
setLocationPK
(LocationPK locationPK) void
setLocationType
(LocationType entity) void
setLocationTypePK
(LocationTypePK locationTypePK) void
setLocationUseType
(LocationUseType entity) void
setLocationUseTypePK
(LocationUseTypePK locationUseTypePK) void
setThruTime
(Long thruTime) void
setVelocity
(Integer velocity) void
setWarehouseParty
(Party entity) void
setWarehousePartyPK
(PartyPK warehousePartyPK) void
toString()
Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
LocationDetail
Creates a new instance of LocationDetail- Throws:
PersistenceException
-
LocationDetail
Creates a new instance of LocationDetail
-
-
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
-
getLocationDetailValue
-
setLocationDetailValue
- Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseEntity
-
getLocationPK
-
getLocation
-
getLocation
-
getLocation
-
getLocation
-
getLocationForUpdate
-
getLocationForUpdate
-
setLocationPK
public void setLocationPK(LocationPK locationPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setLocation
-
getLocationPKHasBeenModified
-
getWarehousePartyPK
-
getWarehouseParty
-
getWarehouseParty
-
getWarehouseParty
-
getWarehouseParty
-
getWarehousePartyForUpdate
-
getWarehousePartyForUpdate
-
setWarehousePartyPK
public void setWarehousePartyPK(PartyPK warehousePartyPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setWarehouseParty
-
getWarehousePartyPKHasBeenModified
-
getLocationName
-
setLocationName
public void setLocationName(String locationName) throws PersistenceNotNullException, PersistenceReadOnlyException -
getLocationNameHasBeenModified
-
getLocationTypePK
-
getLocationType
-
getLocationType
-
getLocationType
-
getLocationType
-
getLocationTypeForUpdate
-
getLocationTypeForUpdate
-
setLocationTypePK
public void setLocationTypePK(LocationTypePK locationTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setLocationType
-
getLocationTypePKHasBeenModified
-
getLocationUseTypePK
-
getLocationUseType
-
getLocationUseType
-
getLocationUseType
-
getLocationUseType
-
getLocationUseTypeForUpdate
-
getLocationUseTypeForUpdate
-
setLocationUseTypePK
public void setLocationUseTypePK(LocationUseTypePK locationUseTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setLocationUseType
-
getLocationUseTypePKHasBeenModified
-
getVelocity
-
setVelocity
public void setVelocity(Integer velocity) throws PersistenceNotNullException, PersistenceReadOnlyException -
getVelocityHasBeenModified
-
getInventoryLocationGroupPK
-
getInventoryLocationGroup
public InventoryLocationGroup getInventoryLocationGroup(Session session, EntityPermission entityPermission) -
getInventoryLocationGroup
-
getInventoryLocationGroup
-
getInventoryLocationGroup
-
getInventoryLocationGroupForUpdate
-
getInventoryLocationGroupForUpdate
-
setInventoryLocationGroupPK
public void setInventoryLocationGroupPK(InventoryLocationGroupPK inventoryLocationGroupPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setInventoryLocationGroup
-
getInventoryLocationGroupPKHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-