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) getItem(Session session, EntityPermission entityPermission) getItemForUpdate(Session session) booleanbooleanbooleaninthashCode()voidremove()voidvoidsetAllowPartialShipments(Boolean allowPartialShipments) voidsetFromTime(Long fromTime) voidvoidvoidvoidsetThruTime(Long thruTime) voidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
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
-
remove
- Overrides:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
getItemKitOptionValue
-
setItemKitOptionValue
- Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getItemPK
-
getItem
-
getItem
-
getItem
-
getItem
-
getItemForUpdate
-
getItemForUpdate
-
setItemPK
public void setItemPK(ItemPK itemPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setItem
-
getItemPKHasBeenModified
-
getAllowPartialShipments
-
setAllowPartialShipments
public void setAllowPartialShipments(Boolean allowPartialShipments) throws PersistenceNotNullException, PersistenceReadOnlyException -
getAllowPartialShipmentsHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-