blackboard.data
Interface Available

All Known Implementing Classes:
Content, ContentFileRef, ContentFolder, Course, CourseDocument, CourseLink, CourseMembership, ExternalLink, Group, Lesson, Lineitem, Link, Organization, StaffInfo, StaffInfoFolder, User

public interface Available

The Available interface specifies a set of methods for determining the availability of an object.

Since:
Bb 5.5
Version:
$Revision: #1 $ $Date: 2005/06/27 $

Method Summary
 boolean getIsAvailable()
          Returns whether this item is available.
 void setIsAvailable(boolean bIsAvailable)
          Sets whether this item is available.
 

Method Detail

getIsAvailable

boolean getIsAvailable()
Returns whether this item is available.

Returns:
true if this item is available, false otherwise

setIsAvailable

void setIsAvailable(boolean bIsAvailable)
Sets whether this item is available.

Parameters:
bIsAvailable - true if this item is available, false otherwise


Copyright © 2003 Blackboard, Inc. All Rights Reserved.