Uses of Class
org.broadleafcommerce.core.catalog.domain.Weight

Packages that use Weight
org.broadleafcommerce.core.catalog.domain   
 

Uses of Weight in org.broadleafcommerce.core.catalog.domain
 

Fields in org.broadleafcommerce.core.catalog.domain declared as Weight
protected  Weight SkuImpl.weight
          The product weight
 

Methods in org.broadleafcommerce.core.catalog.domain that return Weight
 Weight SkuImpl.getWeight()
           
 Weight Sku.getWeight()
          Gets the embedded Weight for this Sku
 Weight ProductImpl.getWeight()
           
 Weight Product.getWeight()
          Returns the weight of the product

Note: this is a convenience method that merely serves as a pass-through to the same method via Product.getDefaultSku()
 

Methods in org.broadleafcommerce.core.catalog.domain with parameters of type Weight
 void SkuImpl.setWeight(Weight weight)
           
 void Sku.setWeight(Weight weight)
          Sets the embedded Weight for this Sku
 void ProductImpl.setWeight(Weight weight)
           
 void Product.setWeight(Weight weight)
          Sets the product weight

Note: this is a convenience method that merely serves as a pass-through to the same method via Product.getDefaultSku()
 



Copyright © 2012. All Rights Reserved.