|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Models a row in a ITabularDomData.
| Method Summary | |
Atom |
getCell(int columnIndex)
Returns the value of this row for the column with a given column-index. |
java.lang.String |
getKey()
The value of the column COD_KEY in the ITabularDomData. |
java.lang.String |
getLongValue()
The value of the column LONG_VALUE in the ITabularDomData. |
java.lang.String |
getShortValue()
The value of the column SHORT_VALUE in the ITabularDomData. |
boolean |
isInValidTimeRange()
Returns true if the rows VALID_FROM and VALID_TO time range includes the current time, i.e., returns true if the current time is not before VALID_FROM, 0:00 and not after VALID_TO, 23:59:59.999. |
| Method Detail |
public java.lang.String getKey()
public java.lang.String getShortValue()
public java.lang.String getLongValue()
public boolean isInValidTimeRange()
public Atom getCell(int columnIndex)
Normally, this method is not needed, since you access the rows cells via the other get-methods defined in this class. However, if your ITableProvider wants to provide more columns than required for a ITabularDomData, the auxiliary cells may be accessed via this method.
columnIndex - zero-based index of the column.
java.lang.RuntimeException - if columnIndex is greater than
or equal to the number of columns in the table.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||