public class ScriptBackup extends Script
| Modifier and Type | Field and Description |
|---|---|
static int |
FUNCTION |
static int |
GLOBAL |
static int |
LIBRARY |
| Constructor and Description |
|---|
ScriptBackup() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getComment()
Возвращает комментарий.
|
int |
getScriptId()
Возвращает ссылку на скрипт.
|
int |
getType()
Возвращает тип скрипта.
|
void |
setComment(java.lang.String comment)
Устанавливает комментарий.
|
void |
setScriptBackup(Script script,
int type) |
void |
setScriptId(int scriptId)
Устанавливает ссылку на скрипт.
|
void |
setType(int type)
Устанавливает тип скрипта.
|
getRevision, getScript, getTimeRevision, getUserId, setRevision, setScript, setTimeRevision, setUserIdequals, getId, hashCode, newIdList, newIdSet, newIdSet, newIdSet, newIdSet, newMap, setIdpublic static final int GLOBAL
public static final int FUNCTION
public static final int LIBRARY
public void setScriptId(int scriptId)
scriptId - public int getScriptId()
public void setComment(java.lang.String comment)
comment - public java.lang.String getComment()
public void setScriptBackup(Script script, int type)
public void setType(int type)
type - public int getType()