Class Locations

    • Field Detail

      • locationsPackage

        @ApiProperty("package")
        protected Package locationsPackage
        The package to which this object belongs.
      • deliveryTimeInformationSpecified

        protected boolean deliveryTimeInformationSpecified
      • isAvailable

        @ApiProperty(canBeNullOrNotSet=true)
        protected Long isAvailable
        A simple flag which describes whether or not this location is available for this package.
      • isAvailableSpecified

        protected boolean isAvailableSpecified
      • locationIdSpecified

        protected boolean locationIdSpecified
      • packageIdSpecified

        protected boolean packageIdSpecified
    • Constructor Detail

      • Locations

        public Locations()
    • Method Detail

      • getLocation

        public Location getLocation()
      • setLocation

        public void setLocation​(Location location)
      • getLocationsPackage

        public Package getLocationsPackage()
      • setLocationsPackage

        public void setLocationsPackage​(Package locationsPackage)
      • getDeliveryTimeInformation

        public String getDeliveryTimeInformation()
      • setDeliveryTimeInformation

        public void setDeliveryTimeInformation​(String deliveryTimeInformation)
      • isDeliveryTimeInformationSpecified

        public boolean isDeliveryTimeInformationSpecified()
      • unsetDeliveryTimeInformation

        public void unsetDeliveryTimeInformation()
      • getIsAvailable

        public Long getIsAvailable()
      • setIsAvailable

        public void setIsAvailable​(Long isAvailable)
      • isIsAvailableSpecified

        public boolean isIsAvailableSpecified()
      • unsetIsAvailable

        public void unsetIsAvailable()
      • getLocationId

        public Long getLocationId()
      • setLocationId

        public void setLocationId​(Long locationId)
      • isLocationIdSpecified

        public boolean isLocationIdSpecified()
      • unsetLocationId

        public void unsetLocationId()
      • getPackageId

        public Long getPackageId()
      • setPackageId

        public void setPackageId​(Long packageId)
      • isPackageIdSpecified

        public boolean isPackageIdSpecified()
      • unsetPackageId

        public void unsetPackageId()