@ExportedBean public class Baseline extends Object
Modifier and Type | Field and Description |
---|---|
String |
baselineName |
Component |
componentDesc |
String |
componentName |
Constructor and Description |
---|
Baseline(String componentName,
boolean isNotLabeled) |
Baseline(String baselineName,
Component componentDesc) |
Baseline(String baselineName,
Component componentDesc,
boolean isNotLabeled) |
Baseline(String baselineName,
String componentName) |
Modifier and Type | Method and Description |
---|---|
String |
getBaselineName() |
Component |
getComponentDesc() |
String |
getComponentName() |
boolean |
isNotLabeled() |
void |
setBaselineName(String baselineName) |
void |
setComponentDesc(Component componentDesc) |
void |
setComponentName(String componentName) |
void |
setNotLabeled(boolean isNotLabeled) |
@Exported(visibility=3) public String baselineName
@Exported(visibility=3) public Component componentDesc
@Exported(visibility=3) public String componentName
public Baseline(String componentName, boolean isNotLabeled)
public String getBaselineName()
public Component getComponentDesc()
public String getComponentName()
public boolean isNotLabeled()
public void setBaselineName(String baselineName)
public void setComponentDesc(Component componentDesc)
public void setComponentName(String componentName)
public void setNotLabeled(boolean isNotLabeled)
Copyright © 2004-2021. All Rights Reserved.