Class CisShipment
- java.lang.Object
-
- com.hybris.cis.client.shared.models.CisResult
-
- com.hybris.cis.client.shipping.models.CisShipment
-
- All Implemented Interfaces:
Identifiable
public class CisShipment extends CisResult
-
-
Constructor Summary
Constructors Constructor Description CisShipment()
-
Method Summary
-
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
-
getAddressByType
public CisAddress getAddressByType(CisAddressType type)
Returns the first address of the given type.- Parameters:
type- The type you're interested in- Returns:
- An address or null
-
getServiceMethod
public java.lang.String getServiceMethod()
-
setServiceMethod
public void setServiceMethod(java.lang.String serviceMethod)
-
getPackage
public CisPackage getPackage()
-
setPackage
public void setPackage(CisPackage cisPackage)
-
getShipDate
public java.util.Date getShipDate()
-
setShipDate
public void setShipDate(java.util.Date shipDate)
-
getTrackingInfos
public java.util.List<TrackingInfo> getTrackingInfos()
-
setTrackingInfos
public void setTrackingInfos(java.util.List<TrackingInfo> trackingInfos)
-
getPayorCountryCode
public java.lang.String getPayorCountryCode()
-
setPayorCountryCode
public void setPayorCountryCode(java.lang.String payorCountryCode)
-
getLabels
public java.util.List<CisLabel> getLabels()
-
setLabels
public void setLabels(java.util.List<CisLabel> labels)
-
getVendorParameters
public AnnotationHashMap getVendorParameters()
-
setVendorParameters
public void setVendorParameters(AnnotationHashMap vendorParameters)
-
getNotification
public CisNotification getNotification()
-
setNotification
public void setNotification(CisNotification notification)
-
getAddresses
public java.util.List<CisAddress> getAddresses()
-
getDeliveryConfirmation
public CisDeliveryConfirmation getDeliveryConfirmation()
-
setDeliveryConfirmation
public void setDeliveryConfirmation(CisDeliveryConfirmation deliveryConfirmation)
-
-