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 TypeMethodDescriptionboolean
getCogsGlAccount
(EntityPermission entityPermission) getCogsGlAccount
(Session session) getCogsGlAccount
(Session session, EntityPermission entityPermission) getCogsGlAccountForUpdate
(Session session) boolean
boolean
getInventoryCondition
(EntityPermission entityPermission) getInventoryCondition
(Session session) getInventoryCondition
(Session session, EntityPermission entityPermission) getInventoryConditionForUpdate
(Session session) boolean
getInventoryGlAccount
(EntityPermission entityPermission) getInventoryGlAccount
(Session session) getInventoryGlAccount
(Session session, EntityPermission entityPermission) getInventoryGlAccountForUpdate
(Session session) boolean
getItemAccountingCategory
(EntityPermission entityPermission) getItemAccountingCategory
(Session session) getItemAccountingCategory
(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
int
hashCode()
void
remove()
void
void
setCogsGlAccount
(GlAccount entity) void
setCogsGlAccountPK
(GlAccountPK cogsGlAccountPK) void
setFromTime
(Long fromTime) void
void
void
setInventoryConditionPK
(InventoryConditionPK inventoryConditionPK) void
setInventoryGlAccount
(GlAccount entity) void
setInventoryGlAccountPK
(GlAccountPK inventoryGlAccountPK) void
void
setItemAccountingCategoryPK
(ItemAccountingCategoryPK itemAccountingCategoryPK) 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
setThruTime
(Long thruTime) void
toString()
Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
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:
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
-
getInventoryConditionGlAccountValue
-
setInventoryConditionGlAccountValue
public void setInventoryConditionGlAccountValue(InventoryConditionGlAccountValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseEntity
-
getInventoryConditionPK
-
getInventoryCondition
-
getInventoryCondition
-
getInventoryCondition
-
getInventoryCondition
-
getInventoryConditionForUpdate
-
getInventoryConditionForUpdate
-
setInventoryConditionPK
public void setInventoryConditionPK(InventoryConditionPK inventoryConditionPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setInventoryCondition
-
getInventoryConditionPKHasBeenModified
-
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
-
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
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-