Class TestPlanImpl
java.lang.Object
org.qubership.atp.dataset.model.impl.AbstractIdentified
org.qubership.atp.dataset.model.impl.AbstractNamed
org.qubership.atp.dataset.model.impl.TestPlanImpl
- All Implemented Interfaces:
Identified,Named,TestPlan
-
Field Summary
Fields inherited from class org.qubership.atp.dataset.model.impl.AbstractNamed
nameFields inherited from class org.qubership.atp.dataset.model.impl.AbstractIdentified
id -
Constructor Summary
ConstructorsConstructorDescriptionTestPlanImpl(UUID id, String name, VisibilityArea visibilityArea) Constructor for test plan. -
Method Summary
Modifier and TypeMethodDescriptionAdd javadoc when method will be used.Get va where test plan is.voidsetVisibilityArea(VisibilityArea visibilityArea) Set va to test plan.Methods inherited from class org.qubership.atp.dataset.model.impl.AbstractNamed
getName, setName, toStringMethods inherited from class org.qubership.atp.dataset.model.impl.AbstractIdentified
equals, getId, hashCode, setIdMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.qubership.atp.dataset.model.Identified
getId, setId
-
Constructor Details
-
TestPlanImpl
Constructor for test plan.
-
-
Method Details
-
getVisibilityArea
Get va where test plan is.- Specified by:
getVisibilityAreain interfaceTestPlan- Returns:
- visibility area.
-
setVisibilityArea
Set va to test plan.- Specified by:
setVisibilityAreain interfaceTestPlan- Parameters:
visibilityArea- Visibility Area.
-
getReferences
Add javadoc when method will be used.- Specified by:
getReferencesin interfaceIdentified
-