Class GeographicCoverage

java.lang.Object
eu.dzhw.fdz.metadatamanagement.surveymanagement.domain.GeographicCoverage
All Implemented Interfaces:
Serializable

public class GeographicCoverage
extends Object
implements Serializable
Contains data regarding the location where survey data was collected.
See Also:
Serialized Form
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
      Constant Field Values
    • country

      private String country
      ISO 3166-1 alpha-2 country code.
    • description

      @I18nStringSize(max=512, message="survey-management.error.geographic-coverage.description.i18n-string-size") private @I18nStringSize(max=512,message="survey-management.error.geographic-coverage.description.i18n-string-size") I18nString description
      Free text description for additional information regarding the location. Markdown is supported.
  • Constructor Details

    • GeographicCoverage

      public GeographicCoverage()