Class CisShippingMethods
- java.lang.Object
-
- com.hybris.cis.client.shared.models.CisResult
-
- com.hybris.cis.client.shipping.models.CisShippingMethods
-
- All Implemented Interfaces:
Identifiable
public class CisShippingMethods extends CisResult
Container for a list ofCisShippingMethod.
-
-
Constructor Summary
Constructors Constructor Description CisShippingMethods()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<CisShippingMethod>getShippingMethods()voidsetShippingMethods(java.util.List<CisShippingMethod> shippingMethods)-
Methods inherited from class com.hybris.cis.client.shared.models.CisResult
getClientRefId, getDecision, getHref, getId, getVendorId, getVendorReasonCode, getVendorResponses, getVendorStatusCode, setClientRefId, setDecision, setHref, setId, setVendorId, setVendorReasonCode, setVendorResponses, setVendorStatusCode
-
-
-
-
Method Detail
-
getShippingMethods
public java.util.List<CisShippingMethod> getShippingMethods()
-
setShippingMethods
public void setShippingMethods(java.util.List<CisShippingMethod> shippingMethods)
-
-