Class DLServiceDTO


public class DLServiceDTO extends ComboboxEntryDTO
Information about a service a carrier offers.
  • Field Details

    • isInternationalAllowed

      public Boolean isInternationalAllowed
      Returns true when service is available for international transports.
    • isDomesticAllowed

      public Boolean isDomesticAllowed
      Returns true when service is available for domestic transports.
    • isPackageOriented

      public Boolean isPackageOriented
      Returns true when service is package oriented.
    • isDocumentService

      public Boolean isDocumentService
      Returns true when service is used for the transport of documents.
    • isGoodsService

      public Boolean isGoodsService
      Returns true when service is used for the transport of goods.
    • isFixedDateService

      public Boolean isFixedDateService
      Returns true when service allows a fixed date delivery.
  • Constructor Details

    • DLServiceDTO

      public DLServiceDTO()