Class ItemCategoryDetail
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.item.server.entity.ItemCategoryDetail
- 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 ItemCategoryDetailItemCategoryDetail(ItemCategoryDetailValue value, EntityPermission entityPermission) Creates a new instance of ItemCategoryDetail -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleangetItemCategory(EntityPermission entityPermission) getItemCategory(Session session) getItemCategory(Session session, EntityPermission entityPermission) getItemCategoryForUpdate(Session session) booleanbooleangetItemSequence(EntityPermission entityPermission) getItemSequence(Session session) getItemSequence(Session session, EntityPermission entityPermission) getItemSequenceForUpdate(Session session) booleangetParentItemCategory(EntityPermission entityPermission) getParentItemCategory(Session session) getParentItemCategory(Session session, EntityPermission entityPermission) getParentItemCategoryForUpdate(Session session) booleanbooleanbooleanbooleaninthashCode()voidremove()voidvoidsetFromTime(Long fromTime) voidsetIsDefault(Boolean isDefault) voidsetItemCategory(ItemCategory entity) voidvoidsetItemCategoryName(String itemCategoryName) voidsetItemCategoryPK(ItemCategoryPK itemCategoryPK) voidsetItemSequence(Sequence entity) voidsetItemSequencePK(SequencePK itemSequencePK) voidsetParentItemCategory(ItemCategory entity) voidsetParentItemCategoryPK(ItemCategoryPK parentItemCategoryPK) voidsetSortOrder(Integer sortOrder) voidsetThruTime(Long thruTime) voidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
ItemCategoryDetail
Creates a new instance of ItemCategoryDetail- Throws:
PersistenceException
-
ItemCategoryDetail
Creates a new instance of ItemCategoryDetail
-
-
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
-
getItemCategoryDetailValue
-
setItemCategoryDetailValue
public void setItemCategoryDetailValue(ItemCategoryDetailValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getItemCategoryPK
-
getItemCategory
-
getItemCategory
-
getItemCategory
-
getItemCategory
-
getItemCategoryForUpdate
-
getItemCategoryForUpdate
-
setItemCategoryPK
public void setItemCategoryPK(ItemCategoryPK itemCategoryPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setItemCategory
-
getItemCategoryPKHasBeenModified
-
getItemCategoryName
-
setItemCategoryName
public void setItemCategoryName(String itemCategoryName) throws PersistenceNotNullException, PersistenceReadOnlyException -
getItemCategoryNameHasBeenModified
-
getParentItemCategoryPK
-
getParentItemCategory
-
getParentItemCategory
-
getParentItemCategory
-
getParentItemCategory
-
getParentItemCategoryForUpdate
-
getParentItemCategoryForUpdate
-
setParentItemCategoryPK
public void setParentItemCategoryPK(ItemCategoryPK parentItemCategoryPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setParentItemCategory
-
getParentItemCategoryPKHasBeenModified
-
getItemSequencePK
-
getItemSequence
-
getItemSequence
-
getItemSequence
-
getItemSequence
-
getItemSequenceForUpdate
-
getItemSequenceForUpdate
-
setItemSequencePK
public void setItemSequencePK(SequencePK itemSequencePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setItemSequence
-
getItemSequencePKHasBeenModified
-
getIsDefault
-
setIsDefault
public void setIsDefault(Boolean isDefault) throws PersistenceNotNullException, PersistenceReadOnlyException -
getIsDefaultHasBeenModified
-
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
-