Class ItemKitOptionValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<ItemKitOptionPK>
com.echothree.model.data.item.server.value.ItemKitOptionValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class ItemKitOptionValue
extends BaseValue<ItemKitOptionPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionItemKitOptionValue
(ItemKitOptionPK itemKitOptionPK, ItemPK itemPK, Boolean allowPartialShipments, Long fromTime, Long thruTime) Creates a new instance of ItemKitOptionValueItemKitOptionValue
(ItemPK itemPK, Boolean allowPartialShipments, Long fromTime, Long thruTime) Creates a new instance of ItemKitOptionValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setAllowPartialShipments
(Boolean allowPartialShipments) void
setFromTime
(Long fromTime) void
void
setThruTime
(Long thruTime) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
ItemKitOptionValue
public ItemKitOptionValue(ItemKitOptionPK itemKitOptionPK, ItemPK itemPK, Boolean allowPartialShipments, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ItemKitOptionValue- Throws:
PersistenceNotNullException
-
ItemKitOptionValue
public ItemKitOptionValue(ItemPK itemPK, Boolean allowPartialShipments, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ItemKitOptionValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<ItemKitOptionPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<ItemKitOptionPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<ItemKitOptionPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<ItemKitOptionPK>
-
getItemPK
-
setItemPK
- Throws:
PersistenceNotNullException
-
getItemPKHasBeenModified
-
getAllowPartialShipments
-
setAllowPartialShipments
public void setAllowPartialShipments(Boolean allowPartialShipments) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getAllowPartialShipmentsHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-