Class symantec.itools.db.beans.brl.binding.ComputedColumnDataSource
All Packages Class Hierarchy This Package Previous Next Index
Class symantec.itools.db.beans.brl.binding.ComputedColumnDataSource
Object
|
+----SingleRowBDSSupport
|
+----symantec.itools.db.beans.brl.binding.ComputedColumnDataSource
- public class ComputedColumnDataSource
- extends SingleRowBDSSupport
ComputedColumnDataSource is a data source registered on the
databus for specifically dealing with computed columns.
- Version:
- 1.0 06/18/98
- Author:
- Puru Balakrishnan
-
symantec.itools.db.beans.brl.binding.ComputedColumnDataSource()
- Constructor
-
createBindName()
-
-
getAliasName()
- get the alias name
-
getComputedColBindName()
- get the computed column binding name
-
registerOnDataBus()
- Registers the bean on the data bus (it there are any parameters)
-
setAliasName(String)
- set the alias name
-
setComputedColBindName(String)
- set the computed column binding name
-
setComputedValue(Object)
- set the computed value, which then sets the value
in the data source.
ComputedColumnDataSource
public ComputedColumnDataSource()
- Constructor
createBindName
protected symantec.itools.db.beans.binding.Name createBindName()
-
- Returns:
- Returns a Name object that will be used for registering on the Data Bus
The name will be
null
if there is no need for the object
to be registered on the Data Bus.
The naming convension is:
"TableName@Field1,field2%Number of rows"
getAliasName
public java.lang.String getAliasName()
- get the alias name
- Returns:
- String - alias name
getComputedColBindName
public java.lang.String getComputedColBindName()
- get the computed column binding name
- Returns:
- String - bind name for column
registerOnDataBus
protected void registerOnDataBus()
- Registers the bean on the data bus (it there are any parameters)
setAliasName
public void setAliasName(String name)
- set the alias name
- Parameters:
- String - - alias name
setComputedColBindName
public void setComputedColBindName(String name)
- set the computed column binding name
- Parameters:
- String - - name
setComputedValue
public void setComputedValue(Object value)
- set the computed value, which then sets the value
in the data source.
- Parameters:
- Object - - value
All Packages Class Hierarchy This Package Previous Next Index