Added Tag for Fishing Gears and Flag State fields fixes #11748

https://support.d4science.org/issues/11748

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-catalogue/grsf-publisher-ws@167393 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Luca Frosini 2018-05-10 14:41:02 +00:00
parent 754fee95a2
commit 06d369db23
1 changed files with 2 additions and 0 deletions

View File

@ -49,10 +49,12 @@ public class FisheryRecord extends Common{
@JsonProperty(Constants.FLAG_STATE_JSON_KEY)
@CustomField(key=Constants.FLAG_STATE_CUSTOM_KEY)
@Tag
private List<String> flagState;
@JsonProperty(Constants.FISHING_GEAR_JSON_KEY)
@CustomField(key=Constants.FISHING_GEAR_CUSTOM_KEY)
@Tag
private List<String> fishingGear;
@JsonProperty(Constants.GRSF_TYPE_JSON_KEY)