Class ViolationFactElementDecorator
java.lang.Object
com.polarion.qcentre.factbase.impl.BaseElementDecorator
com.polarion.qcentre.factbase.impl.FactElementDecorator
com.polarion.qcentre.factbase.impl.ViolationFactElementDecorator
- All Implemented Interfaces:
IBaseElement,IFactElement,IViolationFactElement
public class ViolationFactElementDecorator
extends FactElementDecorator
implements IViolationFactElement
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetRule()voidsetCategory(String category) voidsetDescription(String des) voidvoidsetSeverity(String severity) Methods inherited from class com.polarion.qcentre.factbase.impl.FactElementDecorator
getFactElement, listFacts, listFactsOfTypeMethods inherited from class com.polarion.qcentre.factbase.impl.BaseElementDecorator
accept, addLink, addProperties, addProperty, clone, dispose, find, findByFPath, getBaseElement, getChildren, getFactBase, getId, getLinkedElementIds, getParent, getProperties, getProperty, getPropertyValue, getPropertyValue, getProvider, getStructuralParent, getTag, getType, hasProperties, isDisposed, removeProperty, setProperty, traverseChildrenMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.polarion.qcentre.factbase.IBaseElement
accept, addLink, addProperties, addProperty, clone, dispose, find, findByFPath, getChildren, getFactBase, getId, getLinkedElementIds, getParent, getProperties, getProperty, getPropertyValue, getPropertyValue, getProvider, getStructuralParent, getTag, getType, hasProperties, isDisposed, removeProperty, setProperty, traverseChildrenMethods inherited from interface com.polarion.qcentre.factbase.IFactElement
listFacts, listFactsOfType
-
Constructor Details
-
ViolationFactElementDecorator
-
-
Method Details
-
getViolationFactElement
-
getDescription
- Specified by:
getDescriptionin interfaceIViolationFactElement
-
getRule
- Specified by:
getRulein interfaceIViolationFactElement
-
getSeverity
- Specified by:
getSeverityin interfaceIViolationFactElement
-
getCategory
- Specified by:
getCategoryin interfaceIViolationFactElement
-
setCategory
- Specified by:
setCategoryin interfaceIViolationFactElement
-
setRule
- Specified by:
setRulein interfaceIViolationFactElement
-
setSeverity
- Specified by:
setSeverityin interfaceIViolationFactElement
-
setDescription
- Specified by:
setDescriptionin interfaceIViolationFactElement
-