Class AbstractPanel
- java.lang.Object
-
- com.hybris.cockpitng.core.config.impl.jaxb.hybris.commonconfig.Positioned
-
- com.hybris.cockpitng.core.config.impl.jaxb.editorarea.AbstractPositioned
-
- com.hybris.cockpitng.core.config.impl.jaxb.editorarea.AbstractPanel
-
- Direct Known Subclasses:
Panel
public abstract class AbstractPanel extends AbstractPositioned
Java class for abstractPanel complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="abstractPanel"> <complexContent> <extension base="{http://www.hybris.com/cockpitng/component/editorArea}abstractPositioned"> <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="colspan" type="{http://www.w3.org/2001/XMLSchema}decimal" /> <attribute name="rowspan" type="{http://www.w3.org/2001/XMLSchema}decimal" /> <attribute name="description" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="merge-mode" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.math.BigDecimalcolspanprotected java.lang.Stringdescriptionprotected java.lang.StringmergeModeprotected java.lang.Stringnameprotected java.math.BigDecimalrowspan-
Fields inherited from class com.hybris.cockpitng.core.config.impl.jaxb.hybris.commonconfig.Positioned
position
-
-
Constructor Summary
Constructors Constructor Description AbstractPanel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.math.BigDecimalgetColspan()Gets the value of the colspan property.java.lang.StringgetDescription()Gets the value of the description property.java.lang.StringgetMergeMode()Gets the value of the mergeMode property.java.lang.StringgetName()Gets the value of the name property.java.math.BigDecimalgetRowspan()Gets the value of the rowspan property.voidsetColspan(java.math.BigDecimal value)Sets the value of the colspan property.voidsetDescription(java.lang.String value)Sets the value of the description property.voidsetMergeMode(java.lang.String value)Sets the value of the mergeMode property.voidsetName(java.lang.String value)Sets the value of the name property.voidsetRowspan(java.math.BigDecimal value)Sets the value of the rowspan property.-
Methods inherited from class com.hybris.cockpitng.core.config.impl.jaxb.hybris.commonconfig.Positioned
getPosition, setPosition
-
-
-
-
Method Detail
-
getName
public java.lang.String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(java.lang.String value)
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getColspan
public java.math.BigDecimal getColspan()
Gets the value of the colspan property.- Returns:
- possible object is
BigDecimal
-
setColspan
public void setColspan(java.math.BigDecimal value)
Sets the value of the colspan property.- Parameters:
value- allowed object isBigDecimal
-
getRowspan
public java.math.BigDecimal getRowspan()
Gets the value of the rowspan property.- Returns:
- possible object is
BigDecimal
-
setRowspan
public void setRowspan(java.math.BigDecimal value)
Sets the value of the rowspan property.- Parameters:
value- allowed object isBigDecimal
-
getDescription
public java.lang.String getDescription()
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
public void setDescription(java.lang.String value)
Sets the value of the description property.- Parameters:
value- allowed object isString
-
getMergeMode
public java.lang.String getMergeMode()
Gets the value of the mergeMode property.- Returns:
- possible object is
String
-
setMergeMode
public void setMergeMode(java.lang.String value)
Sets the value of the mergeMode property.- Parameters:
value- allowed object isString
-
-