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 TypeMethodDescriptionbooleangetCogsGlAccount(EntityPermission entityPermission) booleanbooleangetInventoryGlAccount(EntityPermission entityPermission) booleanbooleangetItemAccountingCategory(EntityPermission entityPermission) booleanbooleangetParentItemAccountingCategory(EntityPermission entityPermission) booleangetReturnsCogsGlAccount(EntityPermission entityPermission) booleangetReturnsGlAccount(EntityPermission entityPermission) booleangetSalesGlAccount(EntityPermission entityPermission) booleanbooleanbooleanbooleaninthashCode()voidremove()voidsetCogsGlAccount(GlAccount entity) voidsetCogsGlAccountPK(GlAccountPK cogsGlAccountPK) voidsetFromTime(Long fromTime) voidsetInventoryGlAccount(GlAccount entity) voidsetInventoryGlAccountPK(GlAccountPK inventoryGlAccountPK) voidsetIsDefault(Boolean isDefault) voidvoidvoidsetItemAccountingCategoryName(String itemAccountingCategoryName) voidsetItemAccountingCategoryPK(ItemAccountingCategoryPK itemAccountingCategoryPK) voidvoidsetParentItemAccountingCategoryPK(ItemAccountingCategoryPK parentItemAccountingCategoryPK) voidsetReturnsCogsGlAccount(GlAccount entity) voidsetReturnsCogsGlAccountPK(GlAccountPK returnsCogsGlAccountPK) voidsetReturnsGlAccount(GlAccount entity) voidsetReturnsGlAccountPK(GlAccountPK returnsGlAccountPK) voidsetSalesGlAccount(GlAccount entity) voidsetSalesGlAccountPK(GlAccountPK salesGlAccountPK) voidsetSortOrder(Integer sortOrder) voidsetThruTime(Long thruTime) voidstore()toString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission
-
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:
getBaseFactoryInstancein classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
storein classBaseEntity- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
getItemAccountingCategoryDetailValue
-
setItemAccountingCategoryDetailValue
public void setItemAccountingCategoryDetailValue(ItemAccountingCategoryDetailValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getItemAccountingCategoryPK
-
getItemAccountingCategory
-
getItemAccountingCategory
-
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
-
getParentItemAccountingCategory
-
getParentItemAccountingCategoryForUpdate
-
setParentItemAccountingCategoryPK
public void setParentItemAccountingCategoryPK(ItemAccountingCategoryPK parentItemAccountingCategoryPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setParentItemAccountingCategory
-
getParentItemAccountingCategoryPKHasBeenModified
-
getInventoryGlAccountPK
-
getInventoryGlAccount
-
getInventoryGlAccount
-
getInventoryGlAccountForUpdate
-
setInventoryGlAccountPK
public void setInventoryGlAccountPK(GlAccountPK inventoryGlAccountPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setInventoryGlAccount
-
getInventoryGlAccountPKHasBeenModified
-
getSalesGlAccountPK
-
getSalesGlAccount
-
getSalesGlAccount
-
getSalesGlAccountForUpdate
-
setSalesGlAccountPK
public void setSalesGlAccountPK(GlAccountPK salesGlAccountPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setSalesGlAccount
-
getSalesGlAccountPKHasBeenModified
-
getReturnsGlAccountPK
-
getReturnsGlAccount
-
getReturnsGlAccount
-
getReturnsGlAccountForUpdate
-
setReturnsGlAccountPK
public void setReturnsGlAccountPK(GlAccountPK returnsGlAccountPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setReturnsGlAccount
-
getReturnsGlAccountPKHasBeenModified
-
getCogsGlAccountPK
-
getCogsGlAccount
-
getCogsGlAccount
-
getCogsGlAccountForUpdate
-
setCogsGlAccountPK
public void setCogsGlAccountPK(GlAccountPK cogsGlAccountPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setCogsGlAccount
-
getCogsGlAccountPKHasBeenModified
-
getReturnsCogsGlAccountPK
-
getReturnsCogsGlAccount
-
getReturnsCogsGlAccount
-
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
-