Class LocationCapacityValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<LocationCapacityPK>
com.echothree.model.data.warehouse.server.value.LocationCapacityValue
- All Implemented Interfaces:
Serializable,Cloneable
public class LocationCapacityValue
extends BaseValue<LocationCapacityPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionLocationCapacityValue(LocationCapacityPK locationCapacityPK, LocationPK locationPK, UnitOfMeasureTypePK unitOfMeasureTypePK, Long capacity, Long fromTime, Long thruTime) Creates a new instance of LocationCapacityValueLocationCapacityValue(LocationPK locationPK, UnitOfMeasureTypePK unitOfMeasureTypePK, Long capacity, Long fromTime, Long thruTime) Creates a new instance of LocationCapacityValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetCapacity(Long capacity) voidsetFromTime(Long fromTime) voidsetLocationPK(LocationPK locationPK) voidsetThruTime(Long thruTime) voidsetUnitOfMeasureTypePK(UnitOfMeasureTypePK unitOfMeasureTypePK) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
LocationCapacityValue
public LocationCapacityValue(LocationCapacityPK locationCapacityPK, LocationPK locationPK, UnitOfMeasureTypePK unitOfMeasureTypePK, Long capacity, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of LocationCapacityValue- Throws:
PersistenceNotNullException
-
LocationCapacityValue
public LocationCapacityValue(LocationPK locationPK, UnitOfMeasureTypePK unitOfMeasureTypePK, Long capacity, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of LocationCapacityValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<LocationCapacityPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<LocationCapacityPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<LocationCapacityPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<LocationCapacityPK>
-
getLocationPK
-
setLocationPK
- Throws:
PersistenceNotNullException
-
getLocationPKHasBeenModified
-
getUnitOfMeasureTypePK
-
setUnitOfMeasureTypePK
public void setUnitOfMeasureTypePK(UnitOfMeasureTypePK unitOfMeasureTypePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getUnitOfMeasureTypePKHasBeenModified
-
getCapacity
-
setCapacity
- Throws:
PersistenceNotNullException
-
getCapacityHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-