Class symantec.itools.db.beans.brl.ConstantMember
All Packages  Class Hierarchy  This Package  Previous  Next  Index
  Class symantec.itools.db.beans.brl.ConstantMember
Object
   |
   +----symantec.itools.db.beans.brl.ConstantMember
  -  public class ConstantMember
  
-  extends Object
  
-  implements CompColInputMember
   
Class which describes the constant inputs to the business rule
  -  Version:
  
 -  1.00 07/24/98
  
 -  Author:
  
 -  Puru Balakrishnan
 
  
  -  
	symantec.itools.db.beans.brl.ConstantMember()
   -   Constructor
  
 -  
	symantec.itools.db.beans.brl.ConstantMember(Object, int)
   -   Constructor
  
 -  
	symantec.itools.db.beans.brl.ConstantMember(Object, int, int)
   -   Constructor
 
  
  -  
	getDataType()
   -   Method to return the datatype as an integer.
  
 -  
	getMemberIndex()
   -   Method to return the member index for the member
 
  
 -  
	getStatus()
   -   get status
 
  
 -  
	getValue()
   -   Method to return the value
 
  
 -  
	setDataType(int)
   -   Method to set the data type.
  
 -  
	setMemberIndex(int)
   -   Set the member index
 
  
 -  
	toString()
   -   Method to return the String description
 
 
  
ConstantMember
public ConstantMember()
  -  Constructor
  
 
 
ConstantMember
public ConstantMember(Object value,
                      int type)
  -  Constructor
  
 
 
ConstantMember
public ConstantMember(Object value,
                      int type,
                      int index)
  -  Constructor
  
 
 
  
getDataType
public int getDataType()
  -  Method to return the datatype as an integer. Integer values are specified
 in java.sql.Types.java
  
 
 
    -  Returns:
    
 -  integer
  
 
 
 
getMemberIndex
public int getMemberIndex()
  -  Method to return the member index for the member
  
 
 
    -  Returns:
    
 -  int
  
 
 
 
getStatus
public int getStatus()
  -  get status
  
 
 
    -  Returns:
    
 -  int
  
 
 
 
getValue
public java.lang.Object getValue()
  -  Method to return the value
  
 
 
    -  Returns:
    
 -  Object
  
 
 
 
setDataType
public void setDataType(int type)
  -  Method to set the data type.
  
 
 
    -  Parameters:
    
 -  int - - data type
  
 
 
 
setMemberIndex
public void setMemberIndex(int index)
  -  Set the member index
  
 
 
    -  Parameters:
    
 -  int - - member index
  
 
 
 
toString
public java.lang.String toString()
  -  Method to return the String description
  
 
 
    -  Returns:
    
 -  String
    
 -  Overrides:
    
 -  toString in class Object
  
 
 
 
All Packages  Class Hierarchy  This Package  Previous  Next  Index