Class InventoryCostingPoolDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<InventoryCostingPoolDetailPK>
com.echothree.model.data.inventory.server.value.InventoryCostingPoolDetailValue
- All Implemented Interfaces:
Serializable,Cloneable
public class InventoryCostingPoolDetailValue
extends BaseValue<InventoryCostingPoolDetailPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionInventoryCostingPoolDetailValue(InventoryCostingPoolDetailPK inventoryCostingPoolDetailPK, InventoryCostingPoolPK inventoryCostingPoolPK, String inventoryCostingPoolName, PartyPK companyPartyPK, ItemPK itemPK, InventoryConditionPK inventoryConditionPK, Long fromTime, Long thruTime) Creates a new instance of InventoryCostingPoolDetailValueInventoryCostingPoolDetailValue(InventoryCostingPoolPK inventoryCostingPoolPK, String inventoryCostingPoolName, PartyPK companyPartyPK, ItemPK itemPK, InventoryConditionPK inventoryConditionPK, Long fromTime, Long thruTime) Creates a new instance of InventoryCostingPoolDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetCompanyPartyPK(PartyPK companyPartyPK) voidsetFromTime(Long fromTime) voidsetInventoryConditionPK(InventoryConditionPK inventoryConditionPK) voidsetInventoryCostingPoolName(String inventoryCostingPoolName) voidsetInventoryCostingPoolPK(InventoryCostingPoolPK inventoryCostingPoolPK) voidvoidsetThruTime(Long thruTime) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
InventoryCostingPoolDetailValue
public InventoryCostingPoolDetailValue(InventoryCostingPoolDetailPK inventoryCostingPoolDetailPK, InventoryCostingPoolPK inventoryCostingPoolPK, String inventoryCostingPoolName, PartyPK companyPartyPK, ItemPK itemPK, InventoryConditionPK inventoryConditionPK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of InventoryCostingPoolDetailValue- Throws:
PersistenceNotNullException
-
InventoryCostingPoolDetailValue
public InventoryCostingPoolDetailValue(InventoryCostingPoolPK inventoryCostingPoolPK, String inventoryCostingPoolName, PartyPK companyPartyPK, ItemPK itemPK, InventoryConditionPK inventoryConditionPK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of InventoryCostingPoolDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<InventoryCostingPoolDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<InventoryCostingPoolDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<InventoryCostingPoolDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<InventoryCostingPoolDetailPK>
-
getInventoryCostingPoolPK
-
setInventoryCostingPoolPK
public void setInventoryCostingPoolPK(@Nonnull InventoryCostingPoolPK inventoryCostingPoolPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getInventoryCostingPoolPKHasBeenModified
-
getInventoryCostingPoolName
-
setInventoryCostingPoolName
public void setInventoryCostingPoolName(@Nonnull String inventoryCostingPoolName) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getInventoryCostingPoolNameHasBeenModified
-
getCompanyPartyPK
-
setCompanyPartyPK
- Throws:
PersistenceNotNullException
-
getCompanyPartyPKHasBeenModified
-
getItemPK
-
setItemPK
- Throws:
PersistenceNotNullException
-
getItemPKHasBeenModified
-
getInventoryConditionPK
-
setInventoryConditionPK
public void setInventoryConditionPK(@Nonnull InventoryConditionPK inventoryConditionPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getInventoryConditionPKHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-