Class TCCountryInGroupDTO

java.lang.Object
de.aeb.xnsg.tariffcontent.bf.TCCountryInGroupDTO

public class TCCountryInGroupDTO extends Object
DTO to hold data of a country referenced in a country group.
  • Field Details

    • countryISOCode

      public String countryISOCode
      ISO code of the country

      length=2

    • validFrom

      public TCDateDTO validFrom
      Date from which the country belongs to the country group.
    • validTo

      public TCDateDTO validTo
      Date to which the country belongs to the country group.
  • Constructor Details

    • TCCountryInGroupDTO

      public TCCountryInGroupDTO()