Class LayoutMapping
- java.lang.Object
-
- com.hybris.cockpitng.config.extendedsplitlayout.jaxb.LayoutMapping
-
public class LayoutMapping extends java.lang.ObjectJava class for LayoutMapping complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LayoutMapping"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="parentLayout" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="selfLayout" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected MergeModemergeModeprotected java.lang.StringparentLayoutprotected java.lang.StringselfLayout
-
Constructor Summary
Constructors Constructor Description LayoutMapping()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MergeModegetMergeMode()Gets the value of the mergeMode property.java.lang.StringgetParentLayout()Gets the value of the parentLayout property.java.lang.StringgetSelfLayout()Gets the value of the selfLayout property.voidsetMergeMode(MergeMode value)Sets the value of the mergeMode property.voidsetParentLayout(java.lang.String value)Sets the value of the parentLayout property.voidsetSelfLayout(java.lang.String value)Sets the value of the selfLayout property.
-
-
-
Field Detail
-
parentLayout
protected java.lang.String parentLayout
-
selfLayout
protected java.lang.String selfLayout
-
mergeMode
protected MergeMode mergeMode
-
-
Method Detail
-
getParentLayout
public java.lang.String getParentLayout()
Gets the value of the parentLayout property.- Returns:
- possible object is
String
-
setParentLayout
public void setParentLayout(java.lang.String value)
Sets the value of the parentLayout property.- Parameters:
value- allowed object isString
-
getSelfLayout
public java.lang.String getSelfLayout()
Gets the value of the selfLayout property.- Returns:
- possible object is
String
-
setSelfLayout
public void setSelfLayout(java.lang.String value)
Sets the value of the selfLayout property.- Parameters:
value- allowed object isString
-
getMergeMode
public MergeMode getMergeMode()
Gets the value of the mergeMode property.- Returns:
- possible object is
MergeMode
-
-