Class ShopUserMailReturnShippingBucketLO
- java.lang.Object
-
- bakery.logic.usermailobject.ShopUserMailShippingBucketLO
-
- bakery.logic.usermailobject.returns.ShopUserMailReturnShippingBucketLO
-
- All Implemented Interfaces:
java.io.Serializable
public class ShopUserMailReturnShippingBucketLO extends ShopUserMailShippingBucketLO
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ShopUserMailReturnShippingBucketLO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<ShopUserMailReturnPosLO>getPositions()ShopUserMailReturnLOgetShopUserMailReturnLO()voidsetPositions(java.util.List<ShopUserMailReturnPosLO> positions)voidsetShopUserMailReturnLO(ShopUserMailReturnLO shopUserMailReturnLO)-
Methods inherited from class bakery.logic.usermailobject.ShopUserMailShippingBucketLO
getCarrier, getChargeByChargeTypeName, getCharges, getProperties, getPropertyValue, getShippingAddress, setCarrier, setCharges, setProperties, setShippingAddress
-
-
-
-
Method Detail
-
getShopUserMailReturnLO
public ShopUserMailReturnLO getShopUserMailReturnLO()
-
getPositions
public java.util.List<ShopUserMailReturnPosLO> getPositions()
-
setShopUserMailReturnLO
public void setShopUserMailReturnLO(ShopUserMailReturnLO shopUserMailReturnLO)
-
setPositions
public void setPositions(java.util.List<ShopUserMailReturnPosLO> positions)
-
-