Class PropertySlotConfiguration

java.lang.Object
de.hybris.platform.cockpit.services.config.jaxb.gridview.PropertySlotConfiguration
Direct Known Subclasses:
ImageSlotConfiguration

public class PropertySlotConfiguration extends Object

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 Details

    • property

      protected Property property
  • Constructor Details

    • PropertySlotConfiguration

      public PropertySlotConfiguration()
  • Method Details

    • getProperty

      public Property getProperty()
      Gets the value of the property property.
      Returns:
      possible object is Property
    • setProperty

      public void setProperty(Property value)
      Sets the value of the property property.
      Parameters:
      value - allowed object is Property