| |
|
| org.jboss.test.cmp2.commerce.Product
Product | public interface Product extends EJBLocalObject(Code) | | |
getCostPerUnit | public double getCostPerUnit()(Code) | | |
getGirth | public double getGirth()(Code) | | |
getLength | public double getLength()(Code) | | |
getWeight | public double getWeight()(Code) | | |
setCostPerUnit | public void setCostPerUnit(double cost)(Code) | | |
setGirth | public void setGirth(double girth)(Code) | | |
setLength | public void setLength(double length)(Code) | | |
setProductCategories | public void setProductCategories(Collection productCategories)(Code) | | |
setWeight | public void setWeight(double weight)(Code) | | |
|
|
|