Class GridView
java.lang.Object
de.hybris.platform.cockpit.services.config.jaxb.gridview.GridView
Java 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
FieldsModifier and TypeFieldDescriptionprotected ActionSlotConfigurationprotected List<PropertySlotConfiguration>protected PropertySlotConfigurationprotected ImageSlotConfigurationprotected PropertySlotConfigurationprotected PropertySlotConfigurationprotected ActionSlotConfiguration -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the actionslot property.Gets the value of the additionalPropertySlot property.Gets the value of the descriptionslot property.Gets the value of the imageslot property.Gets the value of the labelslot property.Gets the value of the shortinfoslot property.Gets the value of the specialactionslot property.voidSets the value of the actionslot property.voidSets the value of the descriptionslot property.voidSets the value of the imageslot property.voidSets the value of the labelslot property.voidSets the value of the shortinfoslot property.voidSets the value of the specialactionslot property.
-
Field Details
-
imageslot
-
labelslot
-
descriptionslot
-
shortinfoslot
-
actionslot
-
specialactionslot
-
additionalPropertySlot
-
-
Constructor Details
-
GridView
public GridView()
-
-
Method Details
-
getImageslot
Gets the value of the imageslot property.- Returns:
- possible object is
ImageSlotConfiguration
-
setImageslot
Sets the value of the imageslot property.- Parameters:
value- allowed object isImageSlotConfiguration
-
getLabelslot
Gets the value of the labelslot property.- Returns:
- possible object is
PropertySlotConfiguration
-
setLabelslot
Sets the value of the labelslot property.- Parameters:
value- allowed object isPropertySlotConfiguration
-
getDescriptionslot
Gets the value of the descriptionslot property.- Returns:
- possible object is
PropertySlotConfiguration
-
setDescriptionslot
Sets the value of the descriptionslot property.- Parameters:
value- allowed object isPropertySlotConfiguration
-
getShortinfoslot
Gets the value of the shortinfoslot property.- Returns:
- possible object is
PropertySlotConfiguration
-
setShortinfoslot
Sets the value of the shortinfoslot property.- Parameters:
value- allowed object isPropertySlotConfiguration
-
getActionslot
Gets the value of the actionslot property.- Returns:
- possible object is
ActionSlotConfiguration
-
setActionslot
Sets the value of the actionslot property.- Parameters:
value- allowed object isActionSlotConfiguration
-
getSpecialactionslot
Gets the value of the specialactionslot property.- Returns:
- possible object is
ActionSlotConfiguration
-
setSpecialactionslot
Sets the value of the specialactionslot property.- Parameters:
value- allowed object isActionSlotConfiguration
-
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
-