Class VendorItemCostValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<VendorItemCostPK>
com.echothree.model.data.vendor.server.value.VendorItemCostValue
- All Implemented Interfaces:
Serializable,Cloneable
public class VendorItemCostValue
extends BaseValue<VendorItemCostPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionVendorItemCostValue(VendorItemCostPK vendorItemCostPK, VendorItemPK vendorItemPK, InventoryConditionPK inventoryConditionPK, UnitOfMeasureTypePK unitOfMeasureTypePK, Long unitCost, Long fromTime, Long thruTime) Creates a new instance of VendorItemCostValueVendorItemCostValue(VendorItemPK vendorItemPK, InventoryConditionPK inventoryConditionPK, UnitOfMeasureTypePK unitOfMeasureTypePK, Long unitCost, Long fromTime, Long thruTime) Creates a new instance of VendorItemCostValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetFromTime(Long fromTime) voidsetInventoryConditionPK(InventoryConditionPK inventoryConditionPK) voidsetThruTime(Long thruTime) voidsetUnitCost(Long unitCost) voidsetUnitOfMeasureTypePK(UnitOfMeasureTypePK unitOfMeasureTypePK) voidsetVendorItemPK(VendorItemPK vendorItemPK) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
VendorItemCostValue
public VendorItemCostValue(VendorItemCostPK vendorItemCostPK, VendorItemPK vendorItemPK, InventoryConditionPK inventoryConditionPK, UnitOfMeasureTypePK unitOfMeasureTypePK, Long unitCost, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of VendorItemCostValue- Throws:
PersistenceNotNullException
-
VendorItemCostValue
public VendorItemCostValue(VendorItemPK vendorItemPK, InventoryConditionPK inventoryConditionPK, UnitOfMeasureTypePK unitOfMeasureTypePK, Long unitCost, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of VendorItemCostValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<VendorItemCostPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<VendorItemCostPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<VendorItemCostPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<VendorItemCostPK>
-
getVendorItemPK
-
setVendorItemPK
- Throws:
PersistenceNotNullException
-
getVendorItemPKHasBeenModified
-
getInventoryConditionPK
-
setInventoryConditionPK
public void setInventoryConditionPK(InventoryConditionPK inventoryConditionPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getInventoryConditionPKHasBeenModified
-
getUnitOfMeasureTypePK
-
setUnitOfMeasureTypePK
public void setUnitOfMeasureTypePK(UnitOfMeasureTypePK unitOfMeasureTypePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getUnitOfMeasureTypePKHasBeenModified
-
getUnitCost
-
setUnitCost
- Throws:
PersistenceNotNullException
-
getUnitCostHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-