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) booleanbooleangetRelatedItem(EntityPermission entityPermission) booleangetRelatedItemType(EntityPermission entityPermission) booleanbooleanbooleangetToItem(EntityPermission entityPermission) booleanbooleaninthashCode()voidremove()voidsetFromItem(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) voidstore()toString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission
-
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
-
getRelatedItemDetailValue
-
setRelatedItemDetailValue
public void setRelatedItemDetailValue(RelatedItemDetailValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getRelatedItemPK
-
getRelatedItem
-
getRelatedItem
-
getRelatedItemForUpdate
-
setRelatedItemPK
public void setRelatedItemPK(RelatedItemPK relatedItemPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setRelatedItem
-
getRelatedItemPKHasBeenModified
-
getRelatedItemTypePK
-
getRelatedItemType
-
getRelatedItemType
-
getRelatedItemTypeForUpdate
-
setRelatedItemTypePK
public void setRelatedItemTypePK(RelatedItemTypePK relatedItemTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setRelatedItemType
-
getRelatedItemTypePKHasBeenModified
-
getFromItemPK
-
getFromItem
-
getFromItem
-
getFromItemForUpdate
-
setFromItemPK
public void setFromItemPK(ItemPK fromItemPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setFromItem
-
getFromItemPKHasBeenModified
-
getToItemPK
-
getToItem
-
getToItem
-
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
-