Class ActionSlotConfiguration

java.lang.Object
de.hybris.platform.cockpit.services.config.jaxb.gridview.ActionSlotConfiguration

public class ActionSlotConfiguration extends Object

Java class for actionSlotConfiguration complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="actionSlotConfiguration">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="class" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="spring-bean" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • clazz

      protected String clazz
    • springBean

      protected String springBean
  • Constructor Details

    • ActionSlotConfiguration

      public ActionSlotConfiguration()
  • Method Details

    • getClazz

      public String getClazz()
      Gets the value of the clazz property.
      Returns:
      possible object is String
    • setClazz

      public void setClazz(String value)
      Sets the value of the clazz property.
      Parameters:
      value - allowed object is String
    • getSpringBean

      public String getSpringBean()
      Gets the value of the springBean property.
      Returns:
      possible object is String
    • setSpringBean

      public void setSpringBean(String value)
      Sets the value of the springBean property.
      Parameters:
      value - allowed object is String