public class Script extends IdTitle
Modifier and Type | Field and Description |
---|---|
static int |
TYPE_CATALOG |
static int |
TYPE_SCRIPT |
Constructor and Description |
---|
Script() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCode() |
java.lang.String |
getName() |
int |
getParentId() |
int |
getType() |
boolean |
isScript() |
void |
setCode(java.lang.String script) |
void |
setName(java.lang.String name) |
void |
setParentId(int parentId) |
void |
setType(int type) |
public static final int TYPE_SCRIPT
public static final int TYPE_CATALOG
public int getType()
public void setType(int type)
public int getParentId()
public void setParentId(int parentId)
public java.lang.String getCode()
public void setCode(java.lang.String script)
public java.lang.String getName()
public void setName(java.lang.String name)
public boolean isScript()