|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--blackboard.data.BbObject
|
+--blackboard.data.course.GroupMembership
The GroupMembership class is a representation of a group
membership record within the Blackboard application. A group membership
record defines a user's inclusion in a particular group.
| Field Summary | |
static DataType |
DATA_TYPE
|
| Fields inherited from class blackboard.data.BbObject |
_bbAttributes |
| Constructor Summary | |
GroupMembership()
Creates an instance of GroupMembership with default property
values. |
|
| Method Summary | |
Id |
getCourseMembershipId()
Returns the course membership Id associated with this
GroupMembership. |
DataType |
getDataType()
Returns the DataType identifier for this object. |
Id |
getGroupId()
Returns the group Id associated with this GroupMembership. |
void |
setCourseMembershipId(Id iCourseMembershipId)
Sets the course membership Id value for this GroupMembership. |
void |
setGroupId(Id iGroupId)
Sets the group Id value for this GroupMembership. |
| Methods inherited from class blackboard.data.BbObject |
clone, getBbAttributes, getCreatedDate, getId, getModifiedDate, persist, setCreatedDate, setId, setModifiedDate, toString, validate |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final DataType DATA_TYPE
| Constructor Detail |
public GroupMembership()
GroupMembership with default property
values.
| Method Detail |
public Id getGroupId()
Id associated with this GroupMembership.
Id value for this group membershippublic void setGroupId(Id iGroupId)
Id value for this GroupMembership.
iGroupId - the group Id value to use for this group membershippublic Id getCourseMembershipId()
Id associated with this
GroupMembership.
Id value for this group membershippublic void setCourseMembershipId(Id iCourseMembershipId)
Id value for this GroupMembership.
iCourseMembershipId - the course membserhip Id value to use
for this group membershippublic DataType getDataType()
DataType identifier for this object. Can be used to
uniquely identify the "type" of this data object.
getDataType in interface IBbObjectgetDataType in class BbObjectDataType for this object
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||