Uses of Class
com.hybris.cockpitng.core.impl.jaxb.Keywords
-
Packages that use Keywords Package Description com.hybris.cockpitng.core.impl.jaxb -
-
Uses of Keywords in com.hybris.cockpitng.core.impl.jaxb
Fields in com.hybris.cockpitng.core.impl.jaxb declared as Keywords Modifier and Type Field Description protected KeywordsActionDefinition. keywordsprotected KeywordsEditorDefinition. keywordsprotected KeywordsWidgetDefinition. keywordsMethods in com.hybris.cockpitng.core.impl.jaxb that return Keywords Modifier and Type Method Description KeywordsObjectFactory. createKeywords()Create an instance ofKeywordsKeywordsActionDefinition. getKeywords()Gets the value of the keywords property.abstract KeywordsComponentDefinition. getKeywords()KeywordsEditorDefinition. getKeywords()Gets the value of the keywords property.KeywordsWidgetDefinition. getKeywords()Gets the value of the keywords property.Methods in com.hybris.cockpitng.core.impl.jaxb with parameters of type Keywords Modifier and Type Method Description voidActionDefinition. setKeywords(Keywords value)Sets the value of the keywords property.abstract voidComponentDefinition. setKeywords(Keywords value)voidEditorDefinition. setKeywords(Keywords value)Sets the value of the keywords property.voidWidgetDefinition. setKeywords(Keywords value)Sets the value of the keywords property.
-