Class PropertySlotConfiguration
- java.lang.Object
-
- de.hybris.platform.cockpit.services.config.jaxb.gridview.PropertySlotConfiguration
-
- Direct Known Subclasses:
ImageSlotConfiguration
public class PropertySlotConfiguration extends java.lang.ObjectJava class for propertySlotConfiguration complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="propertySlotConfiguration"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="property" type="{}property"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description PropertySlotConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PropertygetProperty()Gets the value of the property property.voidsetProperty(Property value)Sets the value of the property property.
-
-
-
Field Detail
-
property
protected Property property
-
-