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 TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setFromTime
(Long fromTime) void
setInventoryConditionPK
(InventoryConditionPK inventoryConditionPK) void
setThruTime
(Long thruTime) void
setUnitCost
(Long unitCost) void
setUnitOfMeasureTypePK
(UnitOfMeasureTypePK unitOfMeasureTypePK) void
setVendorItemPK
(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:
getBaseFactoryInstance
in classBaseValue<VendorItemCostPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<VendorItemCostPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<VendorItemCostPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in 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
-