Class CisShippingMethod
- java.lang.Object
-
- com.hybris.cis.client.shared.models.CisResult
-
- com.hybris.cis.client.shipping.models.CisShippingMethod
-
- All Implemented Interfaces:
Identifiable
public class CisShippingMethod extends CisResult
Container for shipping method.
-
-
Constructor Summary
Constructors Constructor Description CisShippingMethod()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CisShippingServiceLevelgetLevel()java.lang.StringgetMethodCode()java.lang.StringgetMethodName()voidsetLevel(CisShippingServiceLevel level)voidsetMethodCode(java.lang.String methodCode)voidsetMethodName(java.lang.String methodName)-
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
-
getLevel
public CisShippingServiceLevel getLevel()
-
setLevel
public void setLevel(CisShippingServiceLevel level)
-
getMethodCode
public java.lang.String getMethodCode()
-
setMethodCode
public void setMethodCode(java.lang.String methodCode)
-
getMethodName
public java.lang.String getMethodName()
-
setMethodName
public void setMethodName(java.lang.String methodName)
-
-