Class InventoryCostingPoolStatus
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.inventory.server.entity.InventoryCostingPoolStatus
- 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 InventoryCostingPoolStatusInventoryCostingPoolStatus(InventoryCostingPoolStatusValue value, EntityPermission entityPermission) Creates a new instance of InventoryCostingPoolStatus -
Method Summary
Modifier and TypeMethodDescriptionbooleangetInventoryCostingPool(EntityPermission entityPermission) booleanbooleanbooleaninthashCode()voidremove()voidvoidsetInventoryCostingPoolPK(InventoryCostingPoolPK inventoryCostingPoolPK) voidvoidsetInventoryLayerSequence(Integer inventoryLayerSequence) voidstore()toString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission
-
Constructor Details
-
InventoryCostingPoolStatus
Creates a new instance of InventoryCostingPoolStatus- Throws:
PersistenceException
-
InventoryCostingPoolStatus
public InventoryCostingPoolStatus(InventoryCostingPoolStatusValue value, EntityPermission entityPermission) Creates a new instance of InventoryCostingPoolStatus
-
-
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
-
getInventoryCostingPoolStatusValue
-
setInventoryCostingPoolStatusValue
public void setInventoryCostingPoolStatusValue(@Nonnull InventoryCostingPoolStatusValue 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
-
getInventoryLayerSequence
-
setInventoryLayerSequence
public void setInventoryLayerSequence(@Nonnull Integer inventoryLayerSequence) throws PersistenceNotNullException, PersistenceReadOnlyException -
getInventoryLayerSequenceHasBeenModified
-