public abstract class ScriptContextObject
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ScriptContextObject.Type |
| Constructor and Description |
|---|
ScriptContextObject() |
| Modifier and Type | Method and Description |
|---|---|
abstract ScriptContextObject.Type |
getType() |
void |
setUser(User user) |
void |
test() |
protected User user
public void setUser(User user)
public abstract ScriptContextObject.Type getType()
public void test()