Class DLCarrierPortfolioNameDTO

java.lang.Object
de.aeb.xnsg.foundation.bf.ComboboxEntryDTO
de.aeb.xnsg.dl.bf.DLCarrierPortfolioNameDTO

public class DLCarrierPortfolioNameDTO extends ComboboxEntryDTO
DTO for the code and name of a carrier.
  • Field Details

    • CARRIER_TYPE_STANDARD

      public static final String CARRIER_TYPE_STANDARD

      Constant for the carrier type 'Standard'.

      See Also:
    • CARRIER_TYPE_PROJECT

      public static final String CARRIER_TYPE_PROJECT

      Constant for the carrier type 'Project'.

      See Also:
    • CARRIER_TYPE_CLIENT

      public static final String CARRIER_TYPE_CLIENT

      Constant for the carrier type 'Client' (client specific carrier).

      See Also:
    • carrierType

      public String carrierType

      The carrier type assigns the carrier to a category that defines the support and maintenance level. Possible values:

    • STANDARD the carrier is part of the standard portfolio. It is regularly maintained, supported and kept up to date.
    • PROJECT the carrier is only used by very few customers and thus is not part of the standard portfolio. It is not maintained by default and may become outdated over time. Maintenance must be explicitly ordered.


      length=20

    • despatchCountries

      public DLCarrierDespatchCountryDTO[] despatchCountries
      The despatch countries the carrier is supporting. Check first isDespatchCountriesGlobal. If the carrier operates globally, this list contains all countries.
    • businessDivisions

      public DLCarrierBusinessDivisionDTO[] businessDivisions
      The business divisions in which the carrier is working.
    • isDespatchCountriesGlobal

      public Boolean isDespatchCountriesGlobal
      Indicates if the carrier operates globally. Therefore the list of despatchCountries contains all countries.
    • imprint

      public String imprint
      The official company name (corporate name) of the carrier according to homepage.
    • name

      public String name
      Name of carrier.
  • Constructor Details

    • DLCarrierPortfolioNameDTO

      public DLCarrierPortfolioNameDTO()