Class InventoryCostingPoolStatusValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<InventoryCostingPoolStatusPK>
com.echothree.model.data.inventory.server.value.InventoryCostingPoolStatusValue
- All Implemented Interfaces:
Serializable,Cloneable
public class InventoryCostingPoolStatusValue
extends BaseValue<InventoryCostingPoolStatusPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionInventoryCostingPoolStatusValue(InventoryCostingPoolPK inventoryCostingPoolPK, Integer inventoryLayerSequence) Creates a new instance of InventoryCostingPoolStatusValueInventoryCostingPoolStatusValue(InventoryCostingPoolStatusPK inventoryLayerStatusPK, InventoryCostingPoolPK inventoryCostingPoolPK, Integer inventoryLayerSequence) Creates a new instance of InventoryCostingPoolStatusValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetInventoryCostingPoolPK(InventoryCostingPoolPK inventoryCostingPoolPK) voidsetInventoryLayerSequence(Integer inventoryLayerSequence) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
InventoryCostingPoolStatusValue
public InventoryCostingPoolStatusValue(InventoryCostingPoolStatusPK inventoryLayerStatusPK, InventoryCostingPoolPK inventoryCostingPoolPK, Integer inventoryLayerSequence) throws PersistenceNotNullException Creates a new instance of InventoryCostingPoolStatusValue- Throws:
PersistenceNotNullException
-
InventoryCostingPoolStatusValue
public InventoryCostingPoolStatusValue(InventoryCostingPoolPK inventoryCostingPoolPK, Integer inventoryLayerSequence) throws PersistenceNotNullException Creates a new instance of InventoryCostingPoolStatusValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<InventoryCostingPoolStatusPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<InventoryCostingPoolStatusPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<InventoryCostingPoolStatusPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<InventoryCostingPoolStatusPK>
-
getInventoryCostingPoolPK
-
setInventoryCostingPoolPK
public void setInventoryCostingPoolPK(@Nonnull InventoryCostingPoolPK inventoryCostingPoolPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getInventoryCostingPoolPKHasBeenModified
-
getInventoryLayerSequence
-
setInventoryLayerSequence
public void setInventoryLayerSequence(@Nonnull Integer inventoryLayerSequence) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getInventoryLayerSequenceHasBeenModified
-