Class ExtractedMetaData


  • public class ExtractedMetaData
    extends Object
    Author:
    eric.wittmann@gmail.com
    • Constructor Detail

      • ExtractedMetaData

        public ExtractedMetaData()
        Constructor.
    • Method Detail

      • getName

        public String getName()
        Returns:
        the name
      • setName

        public void setName​(String name)
        Parameters:
        name - the name to set
      • getDescription

        public String getDescription()
        Returns:
        the description
      • setDescription

        public void setDescription​(String description)
        Parameters:
        description - the description to set
      • getLabels

        public List<String> getLabels()
        Returns:
        the labels
      • setLabels

        public void setLabels​(List<String> labels)
        Parameters:
        labels - the labels to set
      • getProperties

        public Map<String,​String> getProperties()
        Returns:
        the properties
      • setProperties

        public void setProperties​(Map<String,​String> properties)
        Parameters:
        properties - the properties to set