Class ActionDefinition
- java.lang.Object
-
- com.hybris.cockpitng.core.impl.jaxb.ComponentDefinition
-
- com.hybris.cockpitng.core.impl.jaxb.ActionDefinition
-
public class ActionDefinition extends ComponentDefinition
Java class for ActionDefinition complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ActionDefinition"> <complexContent> <extension base="{}ComponentDefinition"> <all> <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="author" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="version" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element ref="{}keywords" minOccurs="0"/> <element ref="{}settings" minOccurs="0"/> <element name="iconUri" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="iconDisabledUri" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="iconHoverUri" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="inputType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="outputType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="actionClassName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="customRendererClassName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element ref="{}sockets" minOccurs="0"/> </all> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringactionClassNameprotected java.lang.Stringauthorprotected java.lang.StringcustomRendererClassNameprotected java.lang.Stringdescriptionprotected java.lang.StringiconDisabledUriprotected java.lang.StringiconHoverUriprotected java.lang.StringiconUriprotected java.lang.StringinputTypeprotected Keywordskeywordsprotected java.lang.Stringnameprotected java.lang.StringoutputTypeprotected Settingssettingsprotected Socketssocketsprotected java.lang.Stringversion-
Fields inherited from class com.hybris.cockpitng.core.impl.jaxb.ComponentDefinition
id
-
-
Constructor Summary
Constructors Constructor Description ActionDefinition()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetActionClassName()Gets the value of the actionClassName property.java.lang.StringgetAuthor()Gets the value of the author property.java.lang.StringgetCustomRendererClassName()Gets the value of the customRendererClassName property.java.lang.StringgetDescription()Gets the value of the description property.java.lang.StringgetIconDisabledUri()Gets the value of the iconDisabledUri property.java.lang.StringgetIconHoverUri()Gets the value of the iconHoverUri property.java.lang.StringgetIconUri()Gets the value of the iconUri property.java.lang.StringgetInputType()Gets the value of the inputType property.KeywordsgetKeywords()Gets the value of the keywords property.java.lang.StringgetName()Gets the value of the name property.java.lang.StringgetOutputType()Gets the value of the outputType property.SettingsgetSettings()Gets the value of the settings property.SocketsgetSockets()Gets the value of the sockets property.java.lang.StringgetVersion()Gets the value of the version property.voidsetActionClassName(java.lang.String value)Sets the value of the actionClassName property.voidsetAuthor(java.lang.String value)Sets the value of the author property.voidsetCustomRendererClassName(java.lang.String value)Sets the value of the customRendererClassName property.voidsetDescription(java.lang.String value)Sets the value of the description property.voidsetIconDisabledUri(java.lang.String value)Sets the value of the iconDisabledUri property.voidsetIconHoverUri(java.lang.String value)Sets the value of the iconHoverUri property.voidsetIconUri(java.lang.String value)Sets the value of the iconUri property.voidsetInputType(java.lang.String value)Sets the value of the inputType property.voidsetKeywords(Keywords value)Sets the value of the keywords property.voidsetName(java.lang.String value)Sets the value of the name property.voidsetOutputType(java.lang.String value)Sets the value of the outputType property.voidsetSettings(Settings value)Sets the value of the settings property.voidsetSockets(Sockets value)Sets the value of the sockets property.voidsetVersion(java.lang.String value)Sets the value of the version property.-
Methods inherited from class com.hybris.cockpitng.core.impl.jaxb.ComponentDefinition
getId, getParent, setId, setParent
-
-
-
-
Field Detail
-
name
protected java.lang.String name
-
description
protected java.lang.String description
-
author
protected java.lang.String author
-
version
protected java.lang.String version
-
keywords
protected Keywords keywords
-
settings
protected Settings settings
-
iconUri
protected java.lang.String iconUri
-
iconDisabledUri
protected java.lang.String iconDisabledUri
-
iconHoverUri
protected java.lang.String iconHoverUri
-
inputType
protected java.lang.String inputType
-
outputType
protected java.lang.String outputType
-
actionClassName
protected java.lang.String actionClassName
-
customRendererClassName
protected java.lang.String customRendererClassName
-
sockets
protected Sockets sockets
-
-
Method Detail
-
getName
public java.lang.String getName()
Gets the value of the name property.- Specified by:
getNamein classComponentDefinition- Returns:
- possible object is
String
-
setName
public void setName(java.lang.String value)
Sets the value of the name property.- Specified by:
setNamein classComponentDefinition- Parameters:
value- allowed object isString
-
getDescription
public java.lang.String getDescription()
Gets the value of the description property.- Specified by:
getDescriptionin classComponentDefinition- Returns:
- possible object is
String
-
setDescription
public void setDescription(java.lang.String value)
Sets the value of the description property.- Specified by:
setDescriptionin classComponentDefinition- Parameters:
value- allowed object isString
-
getAuthor
public java.lang.String getAuthor()
Gets the value of the author property.- Specified by:
getAuthorin classComponentDefinition- Returns:
- possible object is
String
-
setAuthor
public void setAuthor(java.lang.String value)
Sets the value of the author property.- Specified by:
setAuthorin classComponentDefinition- Parameters:
value- allowed object isString
-
getVersion
public java.lang.String getVersion()
Gets the value of the version property.- Specified by:
getVersionin classComponentDefinition- Returns:
- possible object is
String
-
setVersion
public void setVersion(java.lang.String value)
Sets the value of the version property.- Specified by:
setVersionin classComponentDefinition- Parameters:
value- allowed object isString
-
getKeywords
public Keywords getKeywords()
Gets the value of the keywords property.- Specified by:
getKeywordsin classComponentDefinition- Returns:
- possible object is
Keywords
-
setKeywords
public void setKeywords(Keywords value)
Sets the value of the keywords property.- Specified by:
setKeywordsin classComponentDefinition- Parameters:
value- allowed object isKeywords
-
getSettings
public Settings getSettings()
Gets the value of the settings property.- Specified by:
getSettingsin classComponentDefinition- Returns:
- possible object is
Settings
-
setSettings
public void setSettings(Settings value)
Sets the value of the settings property.- Specified by:
setSettingsin classComponentDefinition- Parameters:
value- allowed object isSettings
-
getIconUri
public java.lang.String getIconUri()
Gets the value of the iconUri property.- Returns:
- possible object is
String
-
setIconUri
public void setIconUri(java.lang.String value)
Sets the value of the iconUri property.- Parameters:
value- allowed object isString
-
getIconDisabledUri
public java.lang.String getIconDisabledUri()
Gets the value of the iconDisabledUri property.- Returns:
- possible object is
String
-
setIconDisabledUri
public void setIconDisabledUri(java.lang.String value)
Sets the value of the iconDisabledUri property.- Parameters:
value- allowed object isString
-
getIconHoverUri
public java.lang.String getIconHoverUri()
Gets the value of the iconHoverUri property.- Returns:
- possible object is
String
-
setIconHoverUri
public void setIconHoverUri(java.lang.String value)
Sets the value of the iconHoverUri property.- Parameters:
value- allowed object isString
-
getInputType
public java.lang.String getInputType()
Gets the value of the inputType property.- Returns:
- possible object is
String
-
setInputType
public void setInputType(java.lang.String value)
Sets the value of the inputType property.- Parameters:
value- allowed object isString
-
getOutputType
public java.lang.String getOutputType()
Gets the value of the outputType property.- Returns:
- possible object is
String
-
setOutputType
public void setOutputType(java.lang.String value)
Sets the value of the outputType property.- Parameters:
value- allowed object isString
-
getActionClassName
public java.lang.String getActionClassName()
Gets the value of the actionClassName property.- Returns:
- possible object is
String
-
setActionClassName
public void setActionClassName(java.lang.String value)
Sets the value of the actionClassName property.- Parameters:
value- allowed object isString
-
getCustomRendererClassName
public java.lang.String getCustomRendererClassName()
Gets the value of the customRendererClassName property.- Returns:
- possible object is
String
-
setCustomRendererClassName
public void setCustomRendererClassName(java.lang.String value)
Sets the value of the customRendererClassName property.- Parameters:
value- allowed object isString
-
getSockets
public Sockets getSockets()
Gets the value of the sockets property.- Specified by:
getSocketsin classComponentDefinition- Returns:
- possible object is
Sockets
-
setSockets
public void setSockets(Sockets value)
Sets the value of the sockets property.- Specified by:
setSocketsin classComponentDefinition- Parameters:
value- allowed object isSockets
-
-