Class DataQualityGroup
- java.lang.Object
-
- com.hybris.cockpitng.core.config.impl.jaxb.hybris.commonconfig.Positioned
-
- com.hybris.cockpitng.config.summaryview.jaxb.DataQualityGroup
-
public class DataQualityGroup extends Positioned
Java class for dataQualityGroup complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="dataQualityGroup"> <complexContent> <extension base="{http://www.hybris.com/cockpitng/config/common}positioned"> <attribute name="warning" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="error" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="domainId" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="label" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringdomainIdprotected java.lang.Doubleerrorprotected java.lang.Stringlabelprotected java.lang.Doublewarning-
Fields inherited from class com.hybris.cockpitng.core.config.impl.jaxb.hybris.commonconfig.Positioned
position
-
-
Constructor Summary
Constructors Constructor Description DataQualityGroup()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDomainId()Gets the value of the domainId property.java.lang.DoublegetError()Gets the value of the error property.java.lang.StringgetLabel()Gets the value of the label property.java.lang.DoublegetWarning()Gets the value of the warning property.voidsetDomainId(java.lang.String value)Sets the value of the domainId property.voidsetError(java.lang.Double value)Sets the value of the error property.voidsetLabel(java.lang.String value)Sets the value of the label property.voidsetWarning(java.lang.Double value)Sets the value of the warning property.-
Methods inherited from class com.hybris.cockpitng.core.config.impl.jaxb.hybris.commonconfig.Positioned
getPosition, setPosition
-
-
-
-
Method Detail
-
getWarning
public java.lang.Double getWarning()
Gets the value of the warning property.- Returns:
- possible object is
Double
-
setWarning
public void setWarning(java.lang.Double value)
Sets the value of the warning property.- Parameters:
value- allowed object isDouble
-
getError
public java.lang.Double getError()
Gets the value of the error property.- Returns:
- possible object is
Double
-
setError
public void setError(java.lang.Double value)
Sets the value of the error property.- Parameters:
value- allowed object isDouble
-
getDomainId
public java.lang.String getDomainId()
Gets the value of the domainId property.- Returns:
- possible object is
String
-
setDomainId
public void setDomainId(java.lang.String value)
Sets the value of the domainId property.- Parameters:
value- allowed object isString
-
getLabel
public java.lang.String getLabel()
Gets the value of the label property.- Returns:
- possible object is
String
-
setLabel
public void setLabel(java.lang.String value)
Sets the value of the label property.- Parameters:
value- allowed object isString
-
-