|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--planetj.database.Row | +--planetj.database.possiblevalues.PossibleValueRow
Nested Class Summary |
Nested classes inherited from class planetj.database.Row |
Row.SpacingRow |
Field Summary |
Fields inherited from class planetj.database.Row |
className, COPY, DELETE, INSERT, MODE_COPY, MODE_DELETE, MODE_INSERT, MODE_READ, MODE_SEARCH, MODE_UNKNOWN, MODE_UPDATE, READ, UPDATE |
Fields inherited from interface planetj.database.possiblevalues.IPossibleValue |
DISPLAY_ORDER, DISPLAY_VALUE, DISPLAY_VALUE_SQL_TYPE, FIELD_NAME, KEY, LIBRARY_NAME, OWNER_ID, POSSIBLE_VALUES_TABLE_NAME, SYSTEM_ALIAS, TABLE_NAME, TYPE, TYPE_CONFIG_PROPERTY, TYPE_POSSIBLE_VALUE, VALUE |
Fields inherited from interface planetj.dataengine.security.IGuarded |
TYPE_ID_UNKNOWN, TYPE_NAME_FIELD, TYPE_NAME_SQLOPERATION, TYPE_SECURED_BY_LEVEL, TYPE_SECURED_BY_OPERATION, TYPE_UNSECURED |
Constructor Summary | |
PossibleValueRow()
|
Method Summary | |
String |
getAlias()
Returns the possible value system alias for the field. |
String |
getDeleteConfirmationMessage()
Get the delete confirmation message. |
String |
getDisplayValue()
Returns the possible display value for the value. |
int |
getDisplayValueSQLType()
Returns the possible value's value sql type. |
String |
getFieldName()
Returns the possible value field for the field. |
String |
getKey()
Returns the possible value key for the field. |
String |
getLibrary()
Returns the possible value library for the field. |
String |
getNameOfTable()
Returns the possible value table for the field. |
int |
getType()
Returns the possible value type the field. |
String |
getValue()
Returns the possible value for the field. |
void |
setAlias(String sysAlias)
Sets the possible values system alias. |
void |
setDisplayValue(String dspValue)
Sets the possible value's display value field. |
void |
setDisplayValueSQLType(int sqlType)
Sets the possible value's value sql type. |
void |
setFieldName(String fldNam)
Sets the possible values field name. |
void |
setKey(String key)
Sets the possible values key. |
void |
setLibraryName(String libNam)
Sets the possible values lirary name. |
void |
setTableName(String tblNam)
Sets the possible values table name. |
void |
setType(int type)
Sets the possible values type. |
void |
setValue(String value)
Sets the possible value's value field. |
boolean |
validate(ExecutingContext context)
Validate this Row based on it's configuration and field values. |
Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PossibleValueRow()
Method Detail |
public String getAlias() throws CMException
CMException
public String getDeleteConfirmationMessage()
Row
getDeleteConfirmationMessage
in class Row
public String getDisplayValue() throws CMException
CMException
public int getDisplayValueSQLType() throws CMException
CMException
public String getFieldName() throws CMException
CMException
public String getKey() throws CMException
CMException
public String getLibrary() throws CMException
CMException
public String getNameOfTable() throws CMException
CMException
public int getType()
public String getValue() throws CMException
CMException
public void setAlias(String sysAlias) throws CMException
sysAlias
- String
CMException
public void setDisplayValue(String dspValue) throws CMException
CMException
public void setDisplayValueSQLType(int sqlType) throws CMException
sqlType
- int
CMException
public void setFieldName(String fldNam) throws CMException
fldNam
- String
CMException
public void setKey(String key) throws CMException
key
- String
CMException
public void setLibraryName(String libNam) throws CMException
libNam
- String
CMException
public void setTableName(String tblNam) throws CMException
tblNam
- String
CMException
public void setType(int type) throws CMException
type
- int
CMException
public void setValue(String value) throws CMException
value
- String
CMException
public boolean validate(ExecutingContext context) throws CMException
validate
in class Row
CMException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |