Class MetadataPredefinedValues
java.lang.Object
com.priint.pubserver.comet.entity.pagetemplate.MetadataPredefinedValues
- All Implemented Interfaces:
Serializable
The Class MetadataPredefinedValues.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets predefined metadata values assigned to the name .getName()Gets the name of the set of predefined metadata values.voidsetMetadata(List<ContentMetaData> metadata) Sets metadata that will be assigned to the name .voidSets the name of the set of predefined metadata values.
-
Constructor Details
-
MetadataPredefinedValues
public MetadataPredefinedValues()
-
-
Method Details
-
getName
Gets the name of the set of predefined metadata values.- Returns:
- name of the set of predefined metadata values
-
setName
Sets the name of the set of predefined metadata values.- Parameters:
name- of the set of predefined metadata values
-
getMetadata
Gets predefined metadata values assigned to the name .
- Returns:
- list of ContentMetaData objects
-
setMetadata
Sets metadata that will be assigned to the name .
- Parameters:
metadata- the new metadata
-