Class ActionSlotConfiguration
java.lang.Object
de.hybris.platform.cockpit.services.config.jaxb.gridview.ActionSlotConfiguration
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetClazz()Gets the value of the clazz property.Gets the value of the springBean property.voidSets the value of the clazz property.voidsetSpringBean(String value) Sets the value of the springBean property.
-
Field Details
-
clazz
-
springBean
-
-
Constructor Details
-
ActionSlotConfiguration
public ActionSlotConfiguration()
-
-
Method Details
-
getClazz
Gets the value of the clazz property.- Returns:
- possible object is
String
-
setClazz
Sets the value of the clazz property.- Parameters:
value- allowed object isString
-
getSpringBean
Gets the value of the springBean property.- Returns:
- possible object is
String
-
setSpringBean
Sets the value of the springBean property.- Parameters:
value- allowed object isString
-