git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-catalogue/grsf-publisher-ws@158047 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Costantino Perciante 2017-10-31 11:42:37 +00:00
parent 16165bb74d
commit 874befaf7c
2 changed files with 2 additions and 0 deletions

View File

@ -32,6 +32,7 @@ public class FisheryRecord extends Common{
@JsonProperty(Constants.FISHING_AREA_JSON_KEY)
@CustomField(key=Constants.FISHING_AREA_CUSTOM_KEY)
@Tag
private List<String> fishingArea;
@JsonProperty(Constants.RESOURCES_EXPLOITED_JSON_KEY)

View File

@ -36,6 +36,7 @@ public class StockRecord extends Common{
@JsonProperty(Constants.ASSESSMENT_AREA_JSON_KEY)
@CustomField(key=Constants.ASSESSMENT_AREA_CUSTOM_KEY)
@Tag
private List<String> area;
@JsonProperty(Constants.EXPLOITING_FISHERY_JSON_KEY)