Uses of Class
blackboard.data.BbAttributes

Packages that use BbAttributes
blackboard.data Provides the base classes for the persistence layer of platform API.  
 

Uses of BbAttributes in blackboard.data
 

Fields in blackboard.data declared as BbAttributes
protected  BbAttributes BbObject._bbAttributes
           
 

Methods in blackboard.data that return BbAttributes
 BbAttributes IBbObject.getBbAttributes()
          Returns the BbAttributes associated with this IBbObject.
 BbAttributes BbObject.getBbAttributes()
          Returns the BbAttributes associated with this BbObject.
 BbAttributes BbLink.getBbAttributes()
          Returns the BbAttributes associated with this BbLink.
 

Constructors in blackboard.data with parameters of type BbAttributes
BbAttribute(java.lang.String strName, java.lang.Integer val, BbAttributes parent)
          Initialization with Integer.
BbAttribute(java.lang.String strName, java.lang.Long val, BbAttributes parent)
          Initialization with Long.
BbAttribute(java.lang.String strName, java.lang.Float val, BbAttributes parent)
          Initialization with Float.
BbAttribute(java.lang.String strName, java.lang.Double val, BbAttributes parent)
          Initialization with Double.
BbAttribute(java.lang.String strName, java.lang.Boolean val, BbAttributes parent)
          Initialization with Boolean.
BbAttribute(java.lang.String strName, java.lang.String val, BbAttributes parent)
          Initialization with String.
BbAttribute(java.lang.String strName, java.util.Calendar val, BbAttributes parent)
          Initialization with Calendar.
BbAttribute(java.lang.String strName, java.lang.Object val, BbAttributes parent)
          Initialization with generic object.
BbAttribute(java.lang.String strName, Id val, BbAttributes parent)
          Initialization with Id.
BbAttribute(java.lang.String strName, BbEnum val, BbAttributes parent)
          Initialization with BbEnum.
BbAttribute(java.lang.String strName, FormattedText val, BbAttributes parent)
          Initialization with FormattedText.
BbAttribute(java.lang.String strName, IBbObject val, BbAttributes parent)
          Initialization with IBbObject.
BbAttribute(BbAttribute.Type eType, java.lang.String strName, java.lang.Object val, BbAttributes parent)
          Initialization with generic object but of a specific type.
 



Copyright © 2003 Blackboard, Inc. All Rights Reserved.