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 TypeMethodDescriptionboolean
boolean
boolean
getItem()
getItem
(EntityPermission entityPermission) getItem
(Session session, EntityPermission entityPermission) getItemForUpdate
(Session session) boolean
boolean
boolean
int
hashCode()
void
remove()
void
void
setAllowPartialShipments
(Boolean allowPartialShipments) void
setFromTime
(Long fromTime) void
void
void
void
setThruTime
(Long thruTime) void
toString()
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:
getBaseFactoryInstance
in classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
store
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Overrides:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
getItemKitOptionValue
-
setItemKitOptionValue
- Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKey
in 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
-