Class LocationDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<LocationDetailPK>
com.echothree.model.data.warehouse.server.value.LocationDetailValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class LocationDetailValue
extends BaseValue<LocationDetailPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionLocationDetailValue
(LocationDetailPK locationDetailPK, LocationPK locationPK, PartyPK warehousePartyPK, String locationName, LocationTypePK locationTypePK, LocationUseTypePK locationUseTypePK, Integer velocity, InventoryLocationGroupPK inventoryLocationGroupPK, Long fromTime, Long thruTime) Creates a new instance of LocationDetailValueLocationDetailValue
(LocationPK locationPK, PartyPK warehousePartyPK, String locationName, LocationTypePK locationTypePK, LocationUseTypePK locationUseTypePK, Integer velocity, InventoryLocationGroupPK inventoryLocationGroupPK, Long fromTime, Long thruTime) Creates a new instance of LocationDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setFromTime
(Long fromTime) void
setInventoryLocationGroupPK
(InventoryLocationGroupPK inventoryLocationGroupPK) void
setLocationName
(String locationName) void
setLocationPK
(LocationPK locationPK) void
setLocationTypePK
(LocationTypePK locationTypePK) void
setLocationUseTypePK
(LocationUseTypePK locationUseTypePK) void
setThruTime
(Long thruTime) void
setVelocity
(Integer velocity) void
setWarehousePartyPK
(PartyPK warehousePartyPK) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
LocationDetailValue
public LocationDetailValue(LocationDetailPK locationDetailPK, LocationPK locationPK, PartyPK warehousePartyPK, String locationName, LocationTypePK locationTypePK, LocationUseTypePK locationUseTypePK, Integer velocity, InventoryLocationGroupPK inventoryLocationGroupPK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of LocationDetailValue- Throws:
PersistenceNotNullException
-
LocationDetailValue
public LocationDetailValue(LocationPK locationPK, PartyPK warehousePartyPK, String locationName, LocationTypePK locationTypePK, LocationUseTypePK locationUseTypePK, Integer velocity, InventoryLocationGroupPK inventoryLocationGroupPK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of LocationDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<LocationDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<LocationDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<LocationDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<LocationDetailPK>
-
getLocationPK
-
setLocationPK
- Throws:
PersistenceNotNullException
-
getLocationPKHasBeenModified
-
getWarehousePartyPK
-
setWarehousePartyPK
- Throws:
PersistenceNotNullException
-
getWarehousePartyPKHasBeenModified
-
getLocationName
-
setLocationName
- Throws:
PersistenceNotNullException
-
getLocationNameHasBeenModified
-
getLocationTypePK
-
setLocationTypePK
- Throws:
PersistenceNotNullException
-
getLocationTypePKHasBeenModified
-
getLocationUseTypePK
-
setLocationUseTypePK
public void setLocationUseTypePK(LocationUseTypePK locationUseTypePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getLocationUseTypePKHasBeenModified
-
getVelocity
-
setVelocity
- Throws:
PersistenceNotNullException
-
getVelocityHasBeenModified
-
getInventoryLocationGroupPK
-
setInventoryLocationGroupPK
public void setInventoryLocationGroupPK(InventoryLocationGroupPK inventoryLocationGroupPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getInventoryLocationGroupPKHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-