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 TypeMethodDescriptionboolean
boolean
boolean
getItemCategory
(EntityPermission entityPermission) getItemCategory
(Session session) getItemCategory
(Session session, EntityPermission entityPermission) getItemCategoryForUpdate
(Session session) boolean
boolean
getItemSequence
(EntityPermission entityPermission) getItemSequence
(Session session) getItemSequence
(Session session, EntityPermission entityPermission) getItemSequenceForUpdate
(Session session) boolean
getParentItemCategory
(EntityPermission entityPermission) getParentItemCategory
(Session session) getParentItemCategory
(Session session, EntityPermission entityPermission) getParentItemCategoryForUpdate
(Session session) boolean
boolean
boolean
boolean
int
hashCode()
void
remove()
void
void
setFromTime
(Long fromTime) void
setIsDefault
(Boolean isDefault) void
setItemCategory
(ItemCategory entity) void
void
setItemCategoryName
(String itemCategoryName) void
setItemCategoryPK
(ItemCategoryPK itemCategoryPK) void
setItemSequence
(Sequence entity) void
setItemSequencePK
(SequencePK itemSequencePK) void
setParentItemCategory
(ItemCategory entity) void
setParentItemCategoryPK
(ItemCategoryPK parentItemCategoryPK) void
setSortOrder
(Integer sortOrder) void
setThruTime
(Long thruTime) void
toString()
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:
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
-
getItemCategoryDetailValue
-
setItemCategoryDetailValue
public void setItemCategoryDetailValue(ItemCategoryDetailValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKey
in 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
-