Class GridViewCtx
- java.lang.Object
-
- com.hybris.cockpitng.config.compareview.jaxb.GridViewCtx
-
public class GridViewCtx extends java.lang.ObjectJava class for grid-view-ctx complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="grid-view-ctx"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="ctx" type="{http://www.w3.org/2001/XMLSchema}string" default="grid-view" /> <attribute name="use" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" /> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description GridViewCtx()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetCtx()Gets the value of the ctx property.booleanisUse()Gets the value of the use property.voidsetCtx(java.lang.String value)Sets the value of the ctx property.voidsetUse(java.lang.Boolean value)Sets the value of the use property.
-
-
-
Method Detail
-
getCtx
public java.lang.String getCtx()
Gets the value of the ctx property.- Returns:
- possible object is
String
-
setCtx
public void setCtx(java.lang.String value)
Sets the value of the ctx property.- Parameters:
value- allowed object isString
-
isUse
public boolean isUse()
Gets the value of the use property.- Returns:
- possible object is
Boolean
-
setUse
public void setUse(java.lang.Boolean value)
Sets the value of the use property.- Parameters:
value- allowed object isBoolean
-
-