com.ibm.commerce.webservice.datatype
Class ProductMeasurement

java.lang.Object
  com.ibm.commerce.webservice.datatype.ProductMeasurement
All Implemented Interfaces:
java.io.Serializable

public class ProductMeasurement
extends java.lang.Object
implements java.io.Serializable

This class represents the complex type

 
See Also:
Serialized Form

Constructor Summary
ProductMeasurement()
Method Summary
ProductDimension getProductDimension()
Gets the productDimension
ProductWeight getProductWeight()
Gets the productWeight
void setProductDimension(ProductDimension productDimension)
Sets the productDimension
void setProductWeight(ProductWeight productWeight)
Sets the productWeight
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

ProductMeasurement

public ProductMeasurement()
Method Detail

getProductDimension

public ProductDimension getProductDimension()
Gets the productDimension
Returns:
Returns a ProductDimension

getProductWeight

public ProductWeight getProductWeight()
Gets the productWeight
Returns:
Returns a ProductWeight

setProductDimension

public void setProductDimension(ProductDimension productDimension)
Sets the productDimension
Parameters:
productDimension - The productDimension to set

setProductWeight

public void setProductWeight(ProductWeight productWeight)
Sets the productWeight
Parameters:
productWeight - The productWeight to set

Feedback