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 TypeMethodDescriptionbooleanbooleangetInventoryLocationGroup(EntityPermission entityPermission) getInventoryLocationGroup(Session session) getInventoryLocationGroup(Session session, EntityPermission entityPermission) booleangetLocation(EntityPermission entityPermission) getLocation(Session session) getLocation(Session session, EntityPermission entityPermission) getLocationForUpdate(Session session) booleanbooleangetLocationType(EntityPermission entityPermission) getLocationType(Session session) getLocationType(Session session, EntityPermission entityPermission) getLocationTypeForUpdate(Session session) booleangetLocationUseType(EntityPermission entityPermission) getLocationUseType(Session session) getLocationUseType(Session session, EntityPermission entityPermission) getLocationUseTypeForUpdate(Session session) booleanbooleanbooleangetWarehouseParty(EntityPermission entityPermission) getWarehouseParty(Session session) getWarehouseParty(Session session, EntityPermission entityPermission) getWarehousePartyForUpdate(Session session) booleanbooleaninthashCode()voidremove()voidvoidsetFromTime(Long fromTime) voidvoidsetInventoryLocationGroupPK(InventoryLocationGroupPK inventoryLocationGroupPK) voidsetLocation(Location entity) voidvoidsetLocationName(String locationName) voidsetLocationPK(LocationPK locationPK) voidsetLocationType(LocationType entity) voidsetLocationTypePK(LocationTypePK locationTypePK) voidsetLocationUseType(LocationUseType entity) voidsetLocationUseTypePK(LocationUseTypePK locationUseTypePK) voidsetThruTime(Long thruTime) voidsetVelocity(Integer velocity) voidsetWarehouseParty(Party entity) voidsetWarehousePartyPK(PartyPK warehousePartyPK) voidtoString()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:
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
-
getLocationDetailValue
-
setLocationDetailValue
- 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
-
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
-