Interface symantec.itools.db.beans.brl.DataBoundColMember
All Packages Class Hierarchy This Package Previous Next Index
Interface symantec.itools.db.beans.brl.DataBoundColMember
- public interface DataBoundColMember
- extends CompColInputMember
Interface which extends CompColInputMember
- Version:
- 1.0 08/17/98
- Author:
- Puru Balakrishnan
-
getAliasName()
- get the alias name
-
getBindName()
- Get the data binding name
-
getColumnName()
- get the column name
-
getQueryNavObj()
- get the Query Navigator object
This method will return a valid value only if it is of
type QUERYNAV_DATASOURCE
-
getSourceType()
- get the source type
-
setBindName(String)
- set the data binding name
-
setSourceType(int)
- set the source type
-
setValue(Object)
- set the value
getAliasName
public abstract java.lang.String getAliasName()
- get the alias name
- Returns:
- String
getBindName
public abstract java.lang.String getBindName()
- Get the data binding name
- Returns:
- String
getColumnName
public abstract java.lang.String getColumnName()
- get the column name
- Returns:
- String
getQueryNavObj
public abstract symantec.itools.db.beans.binding.QueryNavigator getQueryNavObj()
- get the Query Navigator object
This method will return a valid value only if it is of
type QUERYNAV_DATASOURCE
- Returns:
- QueryNavigator
getSourceType
public abstract int getSourceType()
- get the source type
- Returns:
- int
setBindName
public abstract void setBindName(String name)
- set the data binding name
- Parameters:
- name - Databinding name
setSourceType
public abstract void setSourceType(int type)
- set the source type
- Parameters:
- int - Data source type
setValue
public abstract void setValue(Object val)
- set the value
- Parameters:
- Object - Value
All Packages Class Hierarchy This Package Previous Next Index