public class ScriptObject
extends java.lang.Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
ScriptObject.EXECUTE_ON |
static class |
ScriptObject.HOST_PERMISSION |
| 构造器和说明 |
|---|
ScriptObject() |
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.String |
getCommand()
Gets command.
|
java.lang.String |
getConfirmation()
Gets confirmation.
|
java.lang.String |
getDescription()
Gets description.
|
java.lang.Integer |
getExecute_on()
Gets execute_on.
|
java.lang.Integer |
getGroupid()
Gets groupid.
|
java.lang.Integer |
getHost_access()
Gets host_access.
|
java.lang.String |
getName()
Gets name.
|
java.lang.Integer |
getScriptid()
Gets scriptid.
|
java.lang.Integer |
getType()
Gets type.
|
java.lang.Integer |
getUsrgrpid()
Gets usrgrpid.
|
void |
setCommand(java.lang.String command)
Sets new command.
|
void |
setConfirmation(java.lang.String confirmation)
Sets new confirmation.
|
void |
setDescription(java.lang.String description)
Sets new description.
|
void |
setExecute_on(java.lang.Integer execute_on)
Sets new execute_on.
|
void |
setGroupid(java.lang.Integer groupid)
Sets new groupid.
|
void |
setHost_access(java.lang.Integer host_access)
Sets new host_access.
|
void |
setName(java.lang.String name)
Sets new name.
|
void |
setScriptid(java.lang.Integer scriptid)
Sets new scriptid.
|
void |
setType(java.lang.Integer type)
Sets new type.
|
void |
setUsrgrpid(java.lang.Integer usrgrpid)
Sets new usrgrpid.
|
public java.lang.String getCommand()
public void setCommand(java.lang.String command)
command - New value of command.public java.lang.Integer getHost_access()
public void setHost_access(java.lang.Integer host_access)
host_access - New value of host_access.public java.lang.String getConfirmation()
public void setConfirmation(java.lang.String confirmation)
confirmation - New value of confirmation.public java.lang.String getName()
public void setName(java.lang.String name)
name - New value of name.public java.lang.Integer getGroupid()
public void setGroupid(java.lang.Integer groupid)
groupid - New value of groupid.public java.lang.Integer getUsrgrpid()
public void setUsrgrpid(java.lang.Integer usrgrpid)
usrgrpid - New value of usrgrpid.public java.lang.Integer getScriptid()
public void setScriptid(java.lang.Integer scriptid)
scriptid - New value of scriptid.public java.lang.Integer getExecute_on()
public void setExecute_on(java.lang.Integer execute_on)
execute_on - New value of execute_on.public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - New value of description.public java.lang.Integer getType()
public void setType(java.lang.Integer type)
type - New value of type.