Class WidgetRemoveAllEntry
- java.lang.Object
-
- com.hybris.cockpitng.core.persistence.impl.jaxb.WidgetRemoveAllEntry
-
public class WidgetRemoveAllEntry extends java.lang.ObjectJava class for WidgetRemoveAllEntry complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="WidgetRemoveAllEntry"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="contextId" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="includeSettings" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringcontextIdprotected java.lang.BooleanincludeSettings
-
Constructor Summary
Constructors Constructor Description WidgetRemoveAllEntry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetContextId()Gets the value of the contextId property.booleanisIncludeSettings()Gets the value of the includeSettings property.voidsetContextId(java.lang.String value)Sets the value of the contextId property.voidsetIncludeSettings(java.lang.Boolean value)Sets the value of the includeSettings property.
-
-
-
Method Detail
-
getContextId
public java.lang.String getContextId()
Gets the value of the contextId property.- Returns:
- possible object is
String
-
setContextId
public void setContextId(java.lang.String value)
Sets the value of the contextId property.- Parameters:
value- allowed object isString
-
isIncludeSettings
public boolean isIncludeSettings()
Gets the value of the includeSettings property.- Returns:
- possible object is
Boolean
-
setIncludeSettings
public void setIncludeSettings(java.lang.Boolean value)
Sets the value of the includeSettings property.- Parameters:
value- allowed object isBoolean
-
-