Class symantec.itools.db.beans.brl.adapter.editors.BRLImplClassDataItem
All Packages Class Hierarchy This Package Previous Next Index
Class symantec.itools.db.beans.brl.adapter.editors.BRLImplClassDataItem
Object
|
+----symantec.itools.db.beans.brl.adapter.editors.BRLImplClassDataItem
- public class BRLImplClassDataItem
- extends Object
- implements DataItem
BRLImplClassDataItem is a DataItem which represents
data for a Business Rule class implementor registered
with the component library
- Version:
- 1.0 06/18/98
- Author:
- Puru Balakrishnan
-
symantec.itools.db.beans.brl.adapter.editors.BRLImplClassDataItem()
- Default Constructor
-
symantec.itools.db.beans.brl.adapter.editors.BRLImplClassDataItem(String, String)
- Constructor with rule name and class Name
used while building tree nodes
-
symantec.itools.db.beans.brl.adapter.editors.BRLImplClassDataItem(Class)
- Constructor with className
used by customizer for the bean
-
getClassName()
- Method to get the class name
-
getRuleClass()
- Method to return the class for a particular data item
-
getRuleClassType(Class)
- Get the rule class type for a particular class
-
getRuleDescription()
- Method to get the rule description
-
getRuleName()
- Method to get the name of rule
-
isDescAvailable()
- Method to return if rule description has been obtained
-
setClassName(String)
- Method to set the class Name
-
setDescAvailable(boolean)
- Method to set the value for description available
-
setRuleDescription(String)
- Method to set the rule description
-
setRuleName(String)
- Method to set the name of rule
-
toString()
- toString() method
BRLImplClassDataItem
public BRLImplClassDataItem()
- Default Constructor
BRLImplClassDataItem
public BRLImplClassDataItem(String rule,
String className)
- Constructor with rule name and class Name
used while building tree nodes
BRLImplClassDataItem
public BRLImplClassDataItem(Class cl)
- Constructor with className
used by customizer for the bean
getClassName
public java.lang.String getClassName()
- Method to get the class name
- Returns:
- class Name
getRuleClass
public java.lang.Class getRuleClass()
- Method to return the class for a particular data item
- Returns:
- the class object for a given item
getRuleClassType
public static int getRuleClassType(Class cl)
- Get the rule class type for a particular class
- Returns:
- integer
getRuleDescription
public java.lang.String getRuleDescription()
- Method to get the rule description
- Returns:
- rule description
getRuleName
public java.lang.String getRuleName()
- Method to get the name of rule
- Returns:
- name of rule
isDescAvailable
public boolean isDescAvailable()
- Method to return if rule description has been obtained
- Returns:
- true if description is available
setClassName
public void setClassName(String name)
- Method to set the class Name
- Parameters:
- name - the class Name
setDescAvailable
public void setDescAvailable(boolean avail)
- Method to set the value for description available
- Parameters:
- avail - boolean if a description is available
setRuleDescription
public void setRuleDescription(String desc)
- Method to set the rule description
- Parameters:
- desc - the rule description
setRuleName
public void setRuleName(String name)
- Method to set the name of rule
- Parameters:
- name - the rule name
toString
public java.lang.String toString()
- toString() method
- Returns:
- rule name
- Overrides:
- toString in class Object
All Packages Class Hierarchy This Package Previous Next Index