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 TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetAllowPartialShipments(Boolean allowPartialShipments) voidsetFromTime(Long fromTime) voidvoidsetThruTime(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:
getBaseFactoryInstancein classBaseValue<ItemKitOptionPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<ItemKitOptionPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<ItemKitOptionPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin 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
-