Class UnmanifestedCarrierInformation


  • public class UnmanifestedCarrierInformation
    extends java.lang.Object
    UnmanifestedCarrierInformation like carrierId CarrierName and Location
    • Constructor Detail

      • UnmanifestedCarrierInformation

        public UnmanifestedCarrierInformation()
    • Method Detail

      • getCarrierId

        public java.lang.String getCarrierId()
        Get carrierId
        Returns:
        carrierId
      • setCarrierId

        public void setCarrierId​(java.lang.String carrierId)
      • getCarrierName

        public java.lang.String getCarrierName()
        Get carrierName
        Returns:
        carrierName
      • setCarrierName

        public void setCarrierName​(java.lang.String carrierName)
      • getUnmanifestedShipmentLocationList

        public UnmanifestedShipmentLocationList getUnmanifestedShipmentLocationList()
        Get unmanifestedShipmentLocationList
        Returns:
        unmanifestedShipmentLocationList
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object