| java.lang.Object com.salmonllc.xml.Column
Column | public class Column (Code) | | This object contains a cell of a datastore. It is stored in a Vector of Columns in a Row Object.
Creation date: (8/7/01 11:59:45 AM)
author: : Administrator |
Column | public Column()(Code) | | Column constructor comment.
|
getColumnName | public java.lang.String getColumnName()(Code) | | Gets the Column Name
Creation date: (8/7/01 12:00:24 PM)
java.lang.String |
getTableName | public java.lang.String getTableName()(Code) | | Gets the table name used by the column
Creation date: (8/7/01 12:00:24 PM)
java.lang.String |
getValue | public java.lang.String getValue()(Code) | | Gets the value of the column
Creation date: (8/7/01 12:00:24 PM)
java.lang.String |
setColumnName | public void setColumnName(java.lang.String newColumnName)(Code) | | Sets the column name
Creation date: (8/7/01 12:00:24 PM)
Parameters: newColumnName - java.lang.String |
setTableName | public void setTableName(java.lang.String newTableName)(Code) | | Sets the table name for the column
Creation date: (8/7/01 12:00:24 PM)
Parameters: newTableName - java.lang.String |
setValue | public void setValue(java.lang.String newValue)(Code) | | Sets the value of a option
Creation date: (8/7/01 12:00:24 PM)
Parameters: newValue - java.lang.String |
|
|