Class GridView
- java.lang.Object
-
- de.hybris.platform.cockpit.services.config.jaxb.gridview.GridView
-
public class GridView extends java.lang.ObjectJava class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="imageslot" type="{}imageSlotConfiguration"/> <element name="labelslot" type="{}propertySlotConfiguration"/> <element name="descriptionslot" type="{}propertySlotConfiguration"/> <element name="shortinfoslot" type="{}propertySlotConfiguration"/> <element name="actionslot" type="{}actionSlotConfiguration"/> <element name="specialactionslot" type="{}actionSlotConfiguration" minOccurs="0"/> <element name="additionalPropertySlot" type="{}propertySlotConfiguration" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected ActionSlotConfigurationactionslotprotected java.util.List<PropertySlotConfiguration>additionalPropertySlotprotected PropertySlotConfigurationdescriptionslotprotected ImageSlotConfigurationimageslotprotected PropertySlotConfigurationlabelslotprotected PropertySlotConfigurationshortinfoslotprotected ActionSlotConfigurationspecialactionslot
-
Constructor Summary
Constructors Constructor Description GridView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ActionSlotConfigurationgetActionslot()Gets the value of the actionslot property.java.util.List<PropertySlotConfiguration>getAdditionalPropertySlot()Gets the value of the additionalPropertySlot property.PropertySlotConfigurationgetDescriptionslot()Gets the value of the descriptionslot property.ImageSlotConfigurationgetImageslot()Gets the value of the imageslot property.PropertySlotConfigurationgetLabelslot()Gets the value of the labelslot property.PropertySlotConfigurationgetShortinfoslot()Gets the value of the shortinfoslot property.ActionSlotConfigurationgetSpecialactionslot()Gets the value of the specialactionslot property.voidsetActionslot(ActionSlotConfiguration value)Sets the value of the actionslot property.voidsetDescriptionslot(PropertySlotConfiguration value)Sets the value of the descriptionslot property.voidsetImageslot(ImageSlotConfiguration value)Sets the value of the imageslot property.voidsetLabelslot(PropertySlotConfiguration value)Sets the value of the labelslot property.voidsetShortinfoslot(PropertySlotConfiguration value)Sets the value of the shortinfoslot property.voidsetSpecialactionslot(ActionSlotConfiguration value)Sets the value of the specialactionslot property.
-
-
-
Field Detail
-
imageslot
protected ImageSlotConfiguration imageslot
-
labelslot
protected PropertySlotConfiguration labelslot
-
descriptionslot
protected PropertySlotConfiguration descriptionslot
-
shortinfoslot
protected PropertySlotConfiguration shortinfoslot
-
actionslot
protected ActionSlotConfiguration actionslot
-
specialactionslot
protected ActionSlotConfiguration specialactionslot
-
additionalPropertySlot
protected java.util.List<PropertySlotConfiguration> additionalPropertySlot
-
-
Method Detail
-
getImageslot
public ImageSlotConfiguration getImageslot()
Gets the value of the imageslot property.- Returns:
- possible object is
ImageSlotConfiguration
-
setImageslot
public void setImageslot(ImageSlotConfiguration value)
Sets the value of the imageslot property.- Parameters:
value- allowed object isImageSlotConfiguration
-
getLabelslot
public PropertySlotConfiguration getLabelslot()
Gets the value of the labelslot property.- Returns:
- possible object is
PropertySlotConfiguration
-
setLabelslot
public void setLabelslot(PropertySlotConfiguration value)
Sets the value of the labelslot property.- Parameters:
value- allowed object isPropertySlotConfiguration
-
getDescriptionslot
public PropertySlotConfiguration getDescriptionslot()
Gets the value of the descriptionslot property.- Returns:
- possible object is
PropertySlotConfiguration
-
setDescriptionslot
public void setDescriptionslot(PropertySlotConfiguration value)
Sets the value of the descriptionslot property.- Parameters:
value- allowed object isPropertySlotConfiguration
-
getShortinfoslot
public PropertySlotConfiguration getShortinfoslot()
Gets the value of the shortinfoslot property.- Returns:
- possible object is
PropertySlotConfiguration
-
setShortinfoslot
public void setShortinfoslot(PropertySlotConfiguration value)
Sets the value of the shortinfoslot property.- Parameters:
value- allowed object isPropertySlotConfiguration
-
getActionslot
public ActionSlotConfiguration getActionslot()
Gets the value of the actionslot property.- Returns:
- possible object is
ActionSlotConfiguration
-
setActionslot
public void setActionslot(ActionSlotConfiguration value)
Sets the value of the actionslot property.- Parameters:
value- allowed object isActionSlotConfiguration
-
getSpecialactionslot
public ActionSlotConfiguration getSpecialactionslot()
Gets the value of the specialactionslot property.- Returns:
- possible object is
ActionSlotConfiguration
-
setSpecialactionslot
public void setSpecialactionslot(ActionSlotConfiguration value)
Sets the value of the specialactionslot property.- Parameters:
value- allowed object isActionSlotConfiguration
-
getAdditionalPropertySlot
public java.util.List<PropertySlotConfiguration> getAdditionalPropertySlot()
Gets the value of the additionalPropertySlot property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the additionalPropertySlot property.For example, to add a new item, do as follows:
getAdditionalPropertySlot().add(newItem);Objects of the following type(s) are allowed in the list
PropertySlotConfiguration
-
-