Class ItemAccountingCategoryDetail
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.accounting.server.entity.ItemAccountingCategoryDetail
- 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 ItemAccountingCategoryDetailItemAccountingCategoryDetail
(ItemAccountingCategoryDetailValue value, EntityPermission entityPermission) Creates a new instance of ItemAccountingCategoryDetail -
Method Summary
Modifier and TypeMethodDescriptionboolean
getCogsGlAccount
(EntityPermission entityPermission) getCogsGlAccount
(Session session) getCogsGlAccount
(Session session, EntityPermission entityPermission) getCogsGlAccountForUpdate
(Session session) boolean
boolean
getInventoryGlAccount
(EntityPermission entityPermission) getInventoryGlAccount
(Session session) getInventoryGlAccount
(Session session, EntityPermission entityPermission) getInventoryGlAccountForUpdate
(Session session) boolean
boolean
getItemAccountingCategory
(EntityPermission entityPermission) getItemAccountingCategory
(Session session) getItemAccountingCategory
(Session session, EntityPermission entityPermission) boolean
boolean
getParentItemAccountingCategory
(EntityPermission entityPermission) getParentItemAccountingCategory
(Session session) getParentItemAccountingCategory
(Session session, EntityPermission entityPermission) boolean
getReturnsCogsGlAccount
(EntityPermission entityPermission) getReturnsCogsGlAccount
(Session session) getReturnsCogsGlAccount
(Session session, EntityPermission entityPermission) getReturnsCogsGlAccountForUpdate
(Session session) boolean
getReturnsGlAccount
(EntityPermission entityPermission) getReturnsGlAccount
(Session session) getReturnsGlAccount
(Session session, EntityPermission entityPermission) getReturnsGlAccountForUpdate
(Session session) boolean
getSalesGlAccount
(EntityPermission entityPermission) getSalesGlAccount
(Session session) getSalesGlAccount
(Session session, EntityPermission entityPermission) getSalesGlAccountForUpdate
(Session session) boolean
boolean
boolean
boolean
int
hashCode()
void
remove()
void
void
setCogsGlAccount
(GlAccount entity) void
setCogsGlAccountPK
(GlAccountPK cogsGlAccountPK) void
setFromTime
(Long fromTime) void
setInventoryGlAccount
(GlAccount entity) void
setInventoryGlAccountPK
(GlAccountPK inventoryGlAccountPK) void
setIsDefault
(Boolean isDefault) void
void
void
setItemAccountingCategoryName
(String itemAccountingCategoryName) void
setItemAccountingCategoryPK
(ItemAccountingCategoryPK itemAccountingCategoryPK) void
void
setParentItemAccountingCategoryPK
(ItemAccountingCategoryPK parentItemAccountingCategoryPK) void
setReturnsCogsGlAccount
(GlAccount entity) void
setReturnsCogsGlAccountPK
(GlAccountPK returnsCogsGlAccountPK) void
setReturnsGlAccount
(GlAccount entity) void
setReturnsGlAccountPK
(GlAccountPK returnsGlAccountPK) void
setSalesGlAccount
(GlAccount entity) void
setSalesGlAccountPK
(GlAccountPK salesGlAccountPK) 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
-
ItemAccountingCategoryDetail
Creates a new instance of ItemAccountingCategoryDetail- Throws:
PersistenceException
-
ItemAccountingCategoryDetail
public ItemAccountingCategoryDetail(ItemAccountingCategoryDetailValue value, EntityPermission entityPermission) Creates a new instance of ItemAccountingCategoryDetail
-
-
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
-
getItemAccountingCategoryDetailValue
-
setItemAccountingCategoryDetailValue
public void setItemAccountingCategoryDetailValue(ItemAccountingCategoryDetailValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseEntity
-
getItemAccountingCategoryPK
-
getItemAccountingCategory
public ItemAccountingCategory getItemAccountingCategory(Session session, EntityPermission entityPermission) -
getItemAccountingCategory
-
getItemAccountingCategory
-
getItemAccountingCategory
-
getItemAccountingCategoryForUpdate
-
getItemAccountingCategoryForUpdate
-
setItemAccountingCategoryPK
public void setItemAccountingCategoryPK(ItemAccountingCategoryPK itemAccountingCategoryPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setItemAccountingCategory
-
getItemAccountingCategoryPKHasBeenModified
-
getItemAccountingCategoryName
-
setItemAccountingCategoryName
public void setItemAccountingCategoryName(String itemAccountingCategoryName) throws PersistenceNotNullException, PersistenceReadOnlyException -
getItemAccountingCategoryNameHasBeenModified
-
getParentItemAccountingCategoryPK
-
getParentItemAccountingCategory
public ItemAccountingCategory getParentItemAccountingCategory(Session session, EntityPermission entityPermission) -
getParentItemAccountingCategory
-
getParentItemAccountingCategory
-
getParentItemAccountingCategory
-
getParentItemAccountingCategoryForUpdate
-
getParentItemAccountingCategoryForUpdate
-
setParentItemAccountingCategoryPK
public void setParentItemAccountingCategoryPK(ItemAccountingCategoryPK parentItemAccountingCategoryPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setParentItemAccountingCategory
-
getParentItemAccountingCategoryPKHasBeenModified
-
getInventoryGlAccountPK
-
getInventoryGlAccount
-
getInventoryGlAccount
-
getInventoryGlAccount
-
getInventoryGlAccount
-
getInventoryGlAccountForUpdate
-
getInventoryGlAccountForUpdate
-
setInventoryGlAccountPK
public void setInventoryGlAccountPK(GlAccountPK inventoryGlAccountPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setInventoryGlAccount
-
getInventoryGlAccountPKHasBeenModified
-
getSalesGlAccountPK
-
getSalesGlAccount
-
getSalesGlAccount
-
getSalesGlAccount
-
getSalesGlAccount
-
getSalesGlAccountForUpdate
-
getSalesGlAccountForUpdate
-
setSalesGlAccountPK
public void setSalesGlAccountPK(GlAccountPK salesGlAccountPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setSalesGlAccount
-
getSalesGlAccountPKHasBeenModified
-
getReturnsGlAccountPK
-
getReturnsGlAccount
-
getReturnsGlAccount
-
getReturnsGlAccount
-
getReturnsGlAccount
-
getReturnsGlAccountForUpdate
-
getReturnsGlAccountForUpdate
-
setReturnsGlAccountPK
public void setReturnsGlAccountPK(GlAccountPK returnsGlAccountPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setReturnsGlAccount
-
getReturnsGlAccountPKHasBeenModified
-
getCogsGlAccountPK
-
getCogsGlAccount
-
getCogsGlAccount
-
getCogsGlAccount
-
getCogsGlAccount
-
getCogsGlAccountForUpdate
-
getCogsGlAccountForUpdate
-
setCogsGlAccountPK
public void setCogsGlAccountPK(GlAccountPK cogsGlAccountPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setCogsGlAccount
-
getCogsGlAccountPKHasBeenModified
-
getReturnsCogsGlAccountPK
-
getReturnsCogsGlAccount
-
getReturnsCogsGlAccount
-
getReturnsCogsGlAccount
-
getReturnsCogsGlAccount
-
getReturnsCogsGlAccountForUpdate
-
getReturnsCogsGlAccountForUpdate
-
setReturnsCogsGlAccountPK
public void setReturnsCogsGlAccountPK(GlAccountPK returnsCogsGlAccountPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setReturnsCogsGlAccount
-
getReturnsCogsGlAccountPKHasBeenModified
-
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
-