Class RelatedItemDetail
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.item.server.entity.RelatedItemDetail
- 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 RelatedItemDetailRelatedItemDetail(RelatedItemDetailValue value, EntityPermission entityPermission) Creates a new instance of RelatedItemDetail -
Method Summary
Modifier and TypeMethodDescriptionbooleangetFromItem(EntityPermission entityPermission) getFromItem(Session session) getFromItem(Session session, EntityPermission entityPermission) getFromItemForUpdate(Session session) booleanbooleangetRelatedItem(EntityPermission entityPermission) getRelatedItem(Session session) getRelatedItem(Session session, EntityPermission entityPermission) getRelatedItemForUpdate(Session session) booleangetRelatedItemType(EntityPermission entityPermission) getRelatedItemType(Session session) getRelatedItemType(Session session, EntityPermission entityPermission) getRelatedItemTypeForUpdate(Session session) booleanbooleanbooleangetToItem(EntityPermission entityPermission) getToItem(Session session, EntityPermission entityPermission) getToItemForUpdate(Session session) booleanbooleaninthashCode()voidremove()voidvoidsetFromItem(Item entity) voidsetFromItemPK(ItemPK fromItemPK) voidsetFromTime(Long fromTime) voidsetRelatedItem(RelatedItem entity) voidvoidsetRelatedItemPK(RelatedItemPK relatedItemPK) voidsetRelatedItemType(RelatedItemType entity) voidsetRelatedItemTypePK(RelatedItemTypePK relatedItemTypePK) voidsetSortOrder(Integer sortOrder) voidsetThruTime(Long thruTime) voidvoidsetToItemPK(ItemPK toItemPK) voidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
RelatedItemDetail
Creates a new instance of RelatedItemDetail- Throws:
PersistenceException
-
RelatedItemDetail
Creates a new instance of RelatedItemDetail
-
-
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
-
getRelatedItemDetailValue
-
setRelatedItemDetailValue
public void setRelatedItemDetailValue(RelatedItemDetailValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getRelatedItemPK
-
getRelatedItem
-
getRelatedItem
-
getRelatedItem
-
getRelatedItem
-
getRelatedItemForUpdate
-
getRelatedItemForUpdate
-
setRelatedItemPK
public void setRelatedItemPK(RelatedItemPK relatedItemPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setRelatedItem
-
getRelatedItemPKHasBeenModified
-
getRelatedItemTypePK
-
getRelatedItemType
-
getRelatedItemType
-
getRelatedItemType
-
getRelatedItemType
-
getRelatedItemTypeForUpdate
-
getRelatedItemTypeForUpdate
-
setRelatedItemTypePK
public void setRelatedItemTypePK(RelatedItemTypePK relatedItemTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setRelatedItemType
-
getRelatedItemTypePKHasBeenModified
-
getFromItemPK
-
getFromItem
-
getFromItem
-
getFromItem
-
getFromItem
-
getFromItemForUpdate
-
getFromItemForUpdate
-
setFromItemPK
public void setFromItemPK(ItemPK fromItemPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setFromItem
-
getFromItemPKHasBeenModified
-
getToItemPK
-
getToItem
-
getToItem
-
getToItem
-
getToItem
-
getToItemForUpdate
-
getToItemForUpdate
-
setToItemPK
public void setToItemPK(ItemPK toItemPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setToItem
-
getToItemPKHasBeenModified
-
getSortOrder
-
setSortOrder
public void setSortOrder(Integer sortOrder) throws PersistenceNotNullException, PersistenceReadOnlyException -
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-