Class PropertySlotConfiguration
java.lang.Object
de.hybris.platform.cockpit.services.config.jaxb.gridview.PropertySlotConfiguration
- Direct Known Subclasses:
ImageSlotConfiguration
Java 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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the property property.voidsetProperty(Property value) Sets the value of the property property.
-
Field Details
-
property
-
-
Constructor Details
-
PropertySlotConfiguration
public PropertySlotConfiguration()
-
-
Method Details