Package com.tridion.meta
Interface KeywordMeta
- All Superinterfaces:
Item
This is public interface for Keyword metadata.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the CustomMetaData for this Keyword, if there is any.Returns the keyword name of the Keyword.Methods inherited from interface com.tridion.meta.Item
getCategories, getCreationDate, getId, getInitialPublicationDate, getLastPublicationDate, getMajorVersion, getMinorVersion, getModificationDate, getNamespaceId, getOwningPublicationId, getPublicationId, getTitle, getType
-
Method Details
-
getKeywordName
String getKeywordName()Returns the keyword name of the Keyword.- Returns:
- the keyword name of the keyword.
-
getCustomMeta
CustomMeta getCustomMeta()Returns the CustomMetaData for this Keyword, if there is any. If there is none,nullis returned.- Returns:
- the CustomMetaData for this Keyword as a CustomMeta object, or
nullif there is none.
-