Class InventoryConditionGlAccount
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.inventory.server.entity.InventoryConditionGlAccount
- 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 InventoryConditionGlAccountInventoryConditionGlAccount(InventoryConditionGlAccountValue value, EntityPermission entityPermission) Creates a new instance of InventoryConditionGlAccount -
Method Summary
Modifier and TypeMethodDescriptionbooleangetCogsGlAccount(EntityPermission entityPermission) booleanbooleangetInventoryCondition(EntityPermission entityPermission) booleangetInventoryGlAccount(EntityPermission entityPermission) booleangetItemAccountingCategory(EntityPermission entityPermission) booleangetReturnsCogsGlAccount(EntityPermission entityPermission) booleangetReturnsGlAccount(EntityPermission entityPermission) booleangetSalesGlAccount(EntityPermission entityPermission) booleanbooleanbooleaninthashCode()voidremove()voidsetCogsGlAccount(GlAccount entity) voidsetCogsGlAccountPK(GlAccountPK cogsGlAccountPK) voidsetFromTime(Long fromTime) voidvoidvoidsetInventoryConditionPK(InventoryConditionPK inventoryConditionPK) voidsetInventoryGlAccount(GlAccount entity) voidsetInventoryGlAccountPK(GlAccountPK inventoryGlAccountPK) voidvoidsetItemAccountingCategoryPK(ItemAccountingCategoryPK itemAccountingCategoryPK) voidsetReturnsCogsGlAccount(GlAccount entity) voidsetReturnsCogsGlAccountPK(GlAccountPK returnsCogsGlAccountPK) voidsetReturnsGlAccount(GlAccount entity) voidsetReturnsGlAccountPK(GlAccountPK returnsGlAccountPK) voidsetSalesGlAccount(GlAccount entity) voidsetSalesGlAccountPK(GlAccountPK salesGlAccountPK) voidsetThruTime(Long thruTime) voidstore()toString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission
-
Constructor Details
-
InventoryConditionGlAccount
Creates a new instance of InventoryConditionGlAccount- Throws:
PersistenceException
-
InventoryConditionGlAccount
public InventoryConditionGlAccount(InventoryConditionGlAccountValue value, EntityPermission entityPermission) Creates a new instance of InventoryConditionGlAccount
-
-
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
-
getInventoryConditionGlAccountValue
-
setInventoryConditionGlAccountValue
public void setInventoryConditionGlAccountValue(InventoryConditionGlAccountValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getInventoryConditionPK
-
getInventoryCondition
-
getInventoryCondition
-
getInventoryConditionForUpdate
-
setInventoryConditionPK
public void setInventoryConditionPK(InventoryConditionPK inventoryConditionPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setInventoryCondition
-
getInventoryConditionPKHasBeenModified
-
getItemAccountingCategoryPK
-
getItemAccountingCategory
-
getItemAccountingCategory
-
getItemAccountingCategoryForUpdate
-
setItemAccountingCategoryPK
public void setItemAccountingCategoryPK(ItemAccountingCategoryPK itemAccountingCategoryPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setItemAccountingCategory
-
getItemAccountingCategoryPKHasBeenModified
-
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
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-