Class Actions
- java.lang.Object
-
- com.hybris.cockpitng.core.config.impl.jaxb.hybris.commonconfig.Positioned
-
- com.hybris.cockpitng.config.summaryview.jaxb.Actions
-
public class Actions extends Positioned
Java class for actions complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="actions"> <complexContent> <extension base="{http://www.hybris.com/cockpitng/config/common}positioned"> <attribute name="component-id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="group" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="renderer" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringcomponentIdprotected java.lang.Stringgroupprotected java.lang.Stringrenderer-
Fields inherited from class com.hybris.cockpitng.core.config.impl.jaxb.hybris.commonconfig.Positioned
position
-
-
Constructor Summary
Constructors Constructor Description Actions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetComponentId()Gets the value of the componentId property.java.lang.StringgetGroup()Gets the value of the group property.java.lang.StringgetRenderer()Gets the value of the renderer property.voidsetComponentId(java.lang.String value)Sets the value of the componentId property.voidsetGroup(java.lang.String value)Sets the value of the group property.voidsetRenderer(java.lang.String value)Sets the value of the renderer property.-
Methods inherited from class com.hybris.cockpitng.core.config.impl.jaxb.hybris.commonconfig.Positioned
getPosition, setPosition
-
-
-
-
Method Detail
-
getComponentId
public java.lang.String getComponentId()
Gets the value of the componentId property.- Returns:
- possible object is
String
-
setComponentId
public void setComponentId(java.lang.String value)
Sets the value of the componentId property.- Parameters:
value- allowed object isString
-
getGroup
public java.lang.String getGroup()
Gets the value of the group property.- Returns:
- possible object is
String
-
setGroup
public void setGroup(java.lang.String value)
Sets the value of the group property.- Parameters:
value- allowed object isString
-
getRenderer
public java.lang.String getRenderer()
Gets the value of the renderer property.- Returns:
- possible object is
String
-
setRenderer
public void setRenderer(java.lang.String value)
Sets the value of the renderer property.- Parameters:
value- allowed object isString
-
-