public class SQLScript extends BaseOBObject
OBProvider should be used.| Modifier and Type | Field and Description |
|---|---|
static String |
ENTITY_NAME |
static String |
PROPERTY_ID |
static String |
PROPERTY_STRSQL |
static String |
TABLE_NAME |
ID| Constructor and Description |
|---|
SQLScript() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEntityName() |
Long |
getId() |
String |
getStrsql() |
void |
setId(Long id) |
void |
setStrsql(String strsql) |
checkDerivedReadable, get, get, get, getEntity, getIdentifier, getValue, isAllowRead, isNewOBObject, set, setAllowRead, setDefaultValue, setId, setNewOBObject, setValue, toString, validatepublic static final String TABLE_NAME
public static final String ENTITY_NAME
public static final String PROPERTY_ID
public static final String PROPERTY_STRSQL
public String getEntityName()
getEntityName in interface IdentifiablegetEntityName in class BaseOBObjectpublic Long getId()
getId in interface BaseOBObjectDefgetId in interface IdentifiablegetId in class BaseOBObjectpublic void setId(Long id)
public String getStrsql()
public void setStrsql(String strsql)