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) booleangetLocation(EntityPermission entityPermission) booleanbooleangetLocationType(EntityPermission entityPermission) booleangetLocationUseType(EntityPermission entityPermission) booleanbooleanbooleangetWarehouseParty(EntityPermission entityPermission) booleanbooleaninthashCode()voidremove()voidsetFromTime(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) voidstore()toString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission
-
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
-
getLocationDetailValue
-
setLocationDetailValue
public void setLocationDetailValue(@Nonnull LocationDetailValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getLocationPK
-
getLocation
-
getLocation
-
getLocationForUpdate
-
setLocationPK
public void setLocationPK(@Nonnull LocationPK locationPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setLocation
-
getLocationPKHasBeenModified
-
getWarehousePartyPK
-
getWarehouseParty
-
getWarehouseParty
-
getWarehousePartyForUpdate
-
setWarehousePartyPK
public void setWarehousePartyPK(@Nonnull PartyPK warehousePartyPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setWarehouseParty
-
getWarehousePartyPKHasBeenModified
-
getLocationName
-
setLocationName
public void setLocationName(@Nonnull String locationName) throws PersistenceNotNullException, PersistenceReadOnlyException -
getLocationNameHasBeenModified
-
getLocationTypePK
-
getLocationType
-
getLocationType
-
getLocationTypeForUpdate
-
setLocationTypePK
public void setLocationTypePK(@Nonnull LocationTypePK locationTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setLocationType
-
getLocationTypePKHasBeenModified
-
getLocationUseTypePK
-
getLocationUseType
-
getLocationUseType
-
getLocationUseTypeForUpdate
-
setLocationUseTypePK
public void setLocationUseTypePK(@Nonnull LocationUseTypePK locationUseTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setLocationUseType
-
getLocationUseTypePKHasBeenModified
-
getVelocity
-
setVelocity
public void setVelocity(@Nonnull Integer velocity) throws PersistenceNotNullException, PersistenceReadOnlyException -
getVelocityHasBeenModified
-
getInventoryLocationGroupPK
-
getInventoryLocationGroup
-
getInventoryLocationGroup
-
getInventoryLocationGroupForUpdate
-
setInventoryLocationGroupPK
public void setInventoryLocationGroupPK(@Nonnull InventoryLocationGroupPK inventoryLocationGroupPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setInventoryLocationGroup
-
getInventoryLocationGroupPKHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(@Nonnull Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(@Nonnull Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-