com.konakart.bl.modules.shipping
Class WeightCost
java.lang.Object
com.konakart.bl.modules.shipping.WeightCost
public class WeightCost
- extends java.lang.Object
|
Constructor Summary |
WeightCost()
Constructor |
WeightCost(java.math.BigDecimal weight,
java.math.BigDecimal cost)
Constructor |
|
Method Summary |
java.math.BigDecimal |
getCost()
|
java.math.BigDecimal |
getWeight()
|
void |
setCost(java.math.BigDecimal cost)
|
void |
setWeight(java.math.BigDecimal weight)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WeightCost
public WeightCost()
- Constructor
WeightCost
public WeightCost(java.math.BigDecimal weight,
java.math.BigDecimal cost)
- Constructor
- Parameters:
weight - cost -
getWeight
public java.math.BigDecimal getWeight()
- Returns:
- Returns the weight.
setWeight
public void setWeight(java.math.BigDecimal weight)
- Parameters:
weight - The weight to set.
getCost
public java.math.BigDecimal getCost()
- Returns:
- Returns the cost.
setCost
public void setCost(java.math.BigDecimal cost)
- Parameters:
cost - The cost to set.
Copyright © 2006 DS Data Systems UK Ltd.