Class ShopUserMailResponseShippingBucketLO
- java.lang.Object
-
- bakery.logic.usermailobject.ShopUserMailShippingBucketLO
-
- bakery.logic.usermailobject.response.ShopUserMailResponseShippingBucketLO
-
- All Implemented Interfaces:
java.io.Serializable
public class ShopUserMailResponseShippingBucketLO extends ShopUserMailShippingBucketLO
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ShopUserMailResponseShippingBucketLO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<ShopUserMailResponsePosLO>getPositions()ShopUserMailResponseLOgetShopUserMailResponseLO()voidsetPositions(java.util.List<ShopUserMailResponsePosLO> positions)voidsetShopUserMailResponseLO(ShopUserMailResponseLO shopUserMailResponseLO)-
Methods inherited from class bakery.logic.usermailobject.ShopUserMailShippingBucketLO
getCarrier, getChargeByChargeTypeName, getCharges, getProperties, getPropertyValue, getShippingAddress, setCarrier, setCharges, setProperties, setShippingAddress
-
-
-
-
Method Detail
-
getShopUserMailResponseLO
public ShopUserMailResponseLO getShopUserMailResponseLO()
-
getPositions
public java.util.List<ShopUserMailResponsePosLO> getPositions()
-
setShopUserMailResponseLO
public void setShopUserMailResponseLO(ShopUserMailResponseLO shopUserMailResponseLO)
-
setPositions
public void setPositions(java.util.List<ShopUserMailResponsePosLO> positions)
-
-