Class ItemKitMemberValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<ItemKitMemberPK>
com.echothree.model.data.item.server.value.ItemKitMemberValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class ItemKitMemberValue
extends BaseValue<ItemKitMemberPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionItemKitMemberValue
(ItemKitMemberPK itemKitMemberPK, ItemPK itemPK, InventoryConditionPK inventoryConditionPK, UnitOfMeasureTypePK unitOfMeasureTypePK, ItemPK memberItemPK, InventoryConditionPK memberInventoryConditionPK, UnitOfMeasureTypePK memberUnitOfMeasureTypePK, Long quantity, Long fromTime, Long thruTime) Creates a new instance of ItemKitMemberValueItemKitMemberValue
(ItemPK itemPK, InventoryConditionPK inventoryConditionPK, UnitOfMeasureTypePK unitOfMeasureTypePK, ItemPK memberItemPK, InventoryConditionPK memberInventoryConditionPK, UnitOfMeasureTypePK memberUnitOfMeasureTypePK, Long quantity, Long fromTime, Long thruTime) Creates a new instance of ItemKitMemberValue -
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
setInventoryConditionPK
(InventoryConditionPK inventoryConditionPK) void
void
setMemberInventoryConditionPK
(InventoryConditionPK memberInventoryConditionPK) void
setMemberItemPK
(ItemPK memberItemPK) void
setMemberUnitOfMeasureTypePK
(UnitOfMeasureTypePK memberUnitOfMeasureTypePK) void
setQuantity
(Long quantity) void
setThruTime
(Long thruTime) void
setUnitOfMeasureTypePK
(UnitOfMeasureTypePK unitOfMeasureTypePK) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
ItemKitMemberValue
public ItemKitMemberValue(ItemKitMemberPK itemKitMemberPK, ItemPK itemPK, InventoryConditionPK inventoryConditionPK, UnitOfMeasureTypePK unitOfMeasureTypePK, ItemPK memberItemPK, InventoryConditionPK memberInventoryConditionPK, UnitOfMeasureTypePK memberUnitOfMeasureTypePK, Long quantity, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ItemKitMemberValue- Throws:
PersistenceNotNullException
-
ItemKitMemberValue
public ItemKitMemberValue(ItemPK itemPK, InventoryConditionPK inventoryConditionPK, UnitOfMeasureTypePK unitOfMeasureTypePK, ItemPK memberItemPK, InventoryConditionPK memberInventoryConditionPK, UnitOfMeasureTypePK memberUnitOfMeasureTypePK, Long quantity, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ItemKitMemberValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<ItemKitMemberPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<ItemKitMemberPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<ItemKitMemberPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<ItemKitMemberPK>
-
getItemPK
-
setItemPK
- Throws:
PersistenceNotNullException
-
getItemPKHasBeenModified
-
getInventoryConditionPK
-
setInventoryConditionPK
public void setInventoryConditionPK(InventoryConditionPK inventoryConditionPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getInventoryConditionPKHasBeenModified
-
getUnitOfMeasureTypePK
-
setUnitOfMeasureTypePK
public void setUnitOfMeasureTypePK(UnitOfMeasureTypePK unitOfMeasureTypePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getUnitOfMeasureTypePKHasBeenModified
-
getMemberItemPK
-
setMemberItemPK
- Throws:
PersistenceNotNullException
-
getMemberItemPKHasBeenModified
-
getMemberInventoryConditionPK
-
setMemberInventoryConditionPK
public void setMemberInventoryConditionPK(InventoryConditionPK memberInventoryConditionPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getMemberInventoryConditionPKHasBeenModified
-
getMemberUnitOfMeasureTypePK
-
setMemberUnitOfMeasureTypePK
public void setMemberUnitOfMeasureTypePK(UnitOfMeasureTypePK memberUnitOfMeasureTypePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getMemberUnitOfMeasureTypePKHasBeenModified
-
getQuantity
-
setQuantity
-
getQuantityHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-