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) booleanbooleangetItemSequence(EntityPermission entityPermission) booleangetParentItemCategory(EntityPermission entityPermission) booleanbooleanbooleanbooleaninthashCode()voidremove()voidsetFromTime(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) voidstore()toString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission
-
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
-
getItemCategoryDetailValue
-
setItemCategoryDetailValue
public void setItemCategoryDetailValue(ItemCategoryDetailValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getItemCategoryPK
-
getItemCategory
-
getItemCategory
-
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
-
getParentItemCategoryForUpdate
-
setParentItemCategoryPK
public void setParentItemCategoryPK(ItemCategoryPK parentItemCategoryPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setParentItemCategory
-
getParentItemCategoryPKHasBeenModified
-
getItemSequencePK
-
getItemSequence
-
getItemSequence
-
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
-