Class MetadataPredefinedValues

  • All Implemented Interfaces:
    java.io.Serializable

    public class MetadataPredefinedValues
    extends java.lang.Object
    implements java.io.Serializable
    The Class MetadataPredefinedValues.
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<ContentMetaData> getMetadata()
      Gets predefined metadata values assigned to the name .
      java.lang.String getName()
      Gets the name of the set of predefined metadata values.
      void setMetadata​(java.util.List<ContentMetaData> metadata)
      Sets metadata that will be assigned to the name .
      void setName​(java.lang.String name)
      Sets the name of the set of predefined metadata values.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MetadataPredefinedValues

        public MetadataPredefinedValues()
    • Method Detail

      • getName

        public java.lang.String getName()
        Gets the name of the set of predefined metadata values.
        Returns:
        name of the set of predefined metadata values
      • setName

        public void setName​(java.lang.String name)
        Sets the name of the set of predefined metadata values.
        Parameters:
        name - of the set of predefined metadata values
      • getMetadata

        public java.util.List<ContentMetaData> getMetadata()

        Gets predefined metadata values assigned to the name .

        Returns:
        list of ContentMetaData objects
      • setMetadata

        public void setMetadata​(java.util.List<ContentMetaData> metadata)

        Sets metadata that will be assigned to the name .

        Parameters:
        metadata - the new metadata