Class 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.String componentId  
      protected java.lang.String group  
      protected java.lang.String renderer  
      • 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.String getComponentId()
      Gets the value of the componentId property.
      java.lang.String getGroup()
      Gets the value of the group property.
      java.lang.String getRenderer()
      Gets the value of the renderer property.
      void setComponentId​(java.lang.String value)
      Sets the value of the componentId property.
      void setGroup​(java.lang.String value)
      Sets the value of the group property.
      void setRenderer​(java.lang.String value)
      Sets the value of the renderer property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • componentId

        protected java.lang.String componentId
      • group

        protected java.lang.String group
      • renderer

        protected java.lang.String renderer
    • Constructor Detail

      • Actions

        public Actions()
    • 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 is String
      • 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 is String
      • 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 is String