public class TrackableBase extends Object implements Serializable, Cloneable
| Modifier and Type | Field and Description | 
|---|---|
| static String | GLOBAL_LEVEL | 
| static String | USER_LEVEL | 
| Constructor and Description | 
|---|
| TrackableBase() | 
| Modifier and Type | Method and Description | 
|---|---|
| TrackableBase | clone()Method clone. | 
| String | getSourceLevel() | 
| void | setSourceLevel(String sourceLevel) | 
public static final String USER_LEVEL
public static final String GLOBAL_LEVEL
public TrackableBase clone()
public void setSourceLevel(String sourceLevel)
public String getSourceLevel()
Copyright © 2001–2017 The Apache Software Foundation. All rights reserved.