Class MetadataTagging

  • All Implemented Interfaces:
    Serializable

    public class MetadataTagging
    extends Object
    implements Serializable
    The Class MetadataTagging.
    Author:
    Francesco Mangiacrapa francesco.mangiacrapa@isti.cnr.it Mar 21, 2017
    See Also:
    Serialized Form
    • Constructor Detail

      • MetadataTagging

        public MetadataTagging()
        Instantiates a new metadata tagging.
      • MetadataTagging

        public MetadataTagging​(Boolean create,
                               String separator,
                               TaggingGroupingValue taggingValue)
        Instantiates a new metadata tagging.
        Parameters:
        create - the create
        separator - the separator
        taggingValue - the tagging value
    • Method Detail

      • getCreate

        public Boolean getCreate()
        Gets the creates the.
        Returns:
        the create
      • getSeparator

        public String getSeparator()
        Gets the separator.
        Returns:
        the separator
      • getTaggingValue

        public TaggingGroupingValue getTaggingValue()
        Gets the tagging value.
        Returns:
        the taggingValue
      • setCreate

        public void setCreate​(Boolean create)
        Sets the creates the.
        Parameters:
        create - the create to set
      • setSeparator

        public void setSeparator​(String separator)
        Sets the separator.
        Parameters:
        separator - the separator to set
      • setTaggingValue

        public void setTaggingValue​(TaggingGroupingValue taggingValue)
        Sets the tagging value.
        Parameters:
        taggingValue - the taggingValue to set