Class InventoryLocationAssignmentValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<InventoryLocationAssignmentPK>
com.echothree.model.data.inventory.server.value.InventoryLocationAssignmentValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class InventoryLocationAssignmentValue
extends BaseValue<InventoryLocationAssignmentPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionInventoryLocationAssignmentValue
(InventoryLocationAssignmentPK inventoryLocationAssignmentPK, LotPK lotPK, LocationPK locationPK, Long quantity, Long fromTime, Long thruTime) Creates a new instance of InventoryLocationAssignmentValueInventoryLocationAssignmentValue
(LotPK lotPK, LocationPK locationPK, Long quantity, Long fromTime, Long thruTime) Creates a new instance of InventoryLocationAssignmentValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
getLotPK()
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setFromTime
(Long fromTime) void
setLocationPK
(LocationPK locationPK) void
void
setQuantity
(Long quantity) void
setThruTime
(Long thruTime) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
InventoryLocationAssignmentValue
public InventoryLocationAssignmentValue(InventoryLocationAssignmentPK inventoryLocationAssignmentPK, LotPK lotPK, LocationPK locationPK, Long quantity, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of InventoryLocationAssignmentValue- Throws:
PersistenceNotNullException
-
InventoryLocationAssignmentValue
public InventoryLocationAssignmentValue(LotPK lotPK, LocationPK locationPK, Long quantity, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of InventoryLocationAssignmentValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<InventoryLocationAssignmentPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<InventoryLocationAssignmentPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<InventoryLocationAssignmentPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<InventoryLocationAssignmentPK>
-
getLotPK
-
setLotPK
- Throws:
PersistenceNotNullException
-
getLotPKHasBeenModified
-
getLocationPK
-
setLocationPK
- Throws:
PersistenceNotNullException
-
getLocationPKHasBeenModified
-
getQuantity
-
setQuantity
- Throws:
PersistenceNotNullException
-
getQuantityHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-