Class InventoryCostingPoolDetail
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.inventory.server.entity.InventoryCostingPoolDetail
- 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 InventoryCostingPoolDetailInventoryCostingPoolDetail(InventoryCostingPoolDetailValue value, EntityPermission entityPermission) Creates a new instance of InventoryCostingPoolDetail -
Method Summary
Modifier and TypeMethodDescriptionbooleangetCompanyParty(EntityPermission entityPermission) booleanbooleangetInventoryCondition(EntityPermission entityPermission) booleangetInventoryCostingPool(EntityPermission entityPermission) booleanbooleangetItem()getItem(EntityPermission entityPermission) booleanbooleanbooleaninthashCode()voidremove()voidsetCompanyParty(Party entity) voidsetCompanyPartyPK(PartyPK companyPartyPK) voidsetFromTime(Long fromTime) voidvoidsetInventoryConditionPK(InventoryConditionPK inventoryConditionPK) voidvoidvoidsetInventoryCostingPoolName(String inventoryCostingPoolName) voidsetInventoryCostingPoolPK(InventoryCostingPoolPK inventoryCostingPoolPK) voidvoidvoidsetThruTime(Long thruTime) voidstore()toString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission
-
Constructor Details
-
InventoryCostingPoolDetail
Creates a new instance of InventoryCostingPoolDetail- Throws:
PersistenceException
-
InventoryCostingPoolDetail
public InventoryCostingPoolDetail(InventoryCostingPoolDetailValue value, EntityPermission entityPermission) Creates a new instance of InventoryCostingPoolDetail
-
-
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
-
getInventoryCostingPoolDetailValue
-
setInventoryCostingPoolDetailValue
public void setInventoryCostingPoolDetailValue(@Nonnull InventoryCostingPoolDetailValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getInventoryCostingPoolPK
-
getInventoryCostingPool
-
getInventoryCostingPool
-
getInventoryCostingPoolForUpdate
-
setInventoryCostingPoolPK
public void setInventoryCostingPoolPK(@Nonnull InventoryCostingPoolPK inventoryCostingPoolPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setInventoryCostingPool
-
getInventoryCostingPoolPKHasBeenModified
-
getInventoryCostingPoolName
-
setInventoryCostingPoolName
public void setInventoryCostingPoolName(@Nonnull String inventoryCostingPoolName) throws PersistenceNotNullException, PersistenceReadOnlyException -
getInventoryCostingPoolNameHasBeenModified
-
getCompanyPartyPK
-
getCompanyParty
-
getCompanyParty
-
getCompanyPartyForUpdate
-
setCompanyPartyPK
public void setCompanyPartyPK(@Nonnull PartyPK companyPartyPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setCompanyParty
-
getCompanyPartyPKHasBeenModified
-
getItemPK
-
getItem
-
getItem
-
getItemForUpdate
-
setItemPK
public void setItemPK(@Nonnull ItemPK itemPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setItem
-
getItemPKHasBeenModified
-
getInventoryConditionPK
-
getInventoryCondition
-
getInventoryCondition
-
getInventoryConditionForUpdate
-
setInventoryConditionPK
public void setInventoryConditionPK(@Nonnull InventoryConditionPK inventoryConditionPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setInventoryCondition
-
getInventoryConditionPKHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(@Nonnull Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(@Nonnull Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-