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, validate
public 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 Identifiable
getEntityName
in class BaseOBObject
public Long getId()
getId
in interface BaseOBObjectDef
getId
in interface Identifiable
getId
in class BaseOBObject
public void setId(Long id)
public String getStrsql()
public void setStrsql(String strsql)