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
-
Method Summary
Modifier and TypeMethodDescriptiongetRule()
void
setCategory
(String category) void
setDescription
(String des) void
void
setSeverity
(String severity) Methods inherited from class com.polarion.qcentre.factbase.impl.FactElementDecorator
getFactElement, listFacts, listFactsOfType
Methods 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, traverseChildren
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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, traverseChildren
Methods inherited from interface com.polarion.qcentre.factbase.IFactElement
listFacts, listFactsOfType
-
Constructor Details
-
ViolationFactElementDecorator
-
-
Method Details
-
getViolationFactElement
-
getDescription
- Specified by:
getDescription
in interfaceIViolationFactElement
-
getRule
- Specified by:
getRule
in interfaceIViolationFactElement
-
getSeverity
- Specified by:
getSeverity
in interfaceIViolationFactElement
-
getCategory
- Specified by:
getCategory
in interfaceIViolationFactElement
-
setCategory
- Specified by:
setCategory
in interfaceIViolationFactElement
-
setRule
- Specified by:
setRule
in interfaceIViolationFactElement
-
setSeverity
- Specified by:
setSeverity
in interfaceIViolationFactElement
-
setDescription
- Specified by:
setDescription
in interfaceIViolationFactElement
-