Class ItemKitOption
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.item.server.entity.ItemKitOption
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseEntity
_entityPermission -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance of ItemKitOptionItemKitOption(ItemKitOptionValue value, EntityPermission entityPermission) Creates a new instance of ItemKitOption -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleangetItem()getItem(EntityPermission entityPermission) booleanbooleanbooleaninthashCode()voidremove()voidsetAllowPartialShipments(Boolean allowPartialShipments) voidsetFromTime(Long fromTime) voidvoidvoidvoidsetThruTime(Long thruTime) voidstore()toString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission
-
Constructor Details
-
ItemKitOption
Creates a new instance of ItemKitOption- Throws:
PersistenceException
-
ItemKitOption
Creates a new instance of ItemKitOption
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
storein classBaseEntity- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
getItemKitOptionValue
-
setItemKitOptionValue
public void setItemKitOptionValue(@Nonnull ItemKitOptionValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getItemPK
-
getItem
-
getItem
-
getItemForUpdate
-
setItemPK
public void setItemPK(@Nonnull ItemPK itemPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setItem
-
getItemPKHasBeenModified
-
getAllowPartialShipments
-
setAllowPartialShipments
public void setAllowPartialShipments(@Nonnull Boolean allowPartialShipments) throws PersistenceNotNullException, PersistenceReadOnlyException -
getAllowPartialShipmentsHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(@Nonnull Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(@Nonnull Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-