blackboard.cms.portfolio
Class PortfolioPortalRoleAccess

java.lang.Object
  extended byblackboard.data.BbObject
      extended byblackboard.cms.portfolio.PortfolioPortalRoleAccess
All Implemented Interfaces:
java.lang.Cloneable, blackboard.data.IBbObject

public class PortfolioPortalRoleAccess
extends blackboard.data.BbObject

The PortfolioPortalRoleAccess class provides a representation of a portfolio course access within the Blackboard application. The PortfolioPortalRoleAccess object is used to relate a Portfolio with a course, allowing for Portfolios to be shared with courses.

Since:
Bb CS 1.0
Version:
$Revision: $

Field Summary
static blackboard.persist.DataType DATA_TYPE
          Object data type constant used in brokering loaders and persisters
 
Fields inherited from class blackboard.data.BbObject
_bbAttributes
 
Constructor Summary
PortfolioPortalRoleAccess()
          Creates an instance of PortfolioPortalRoleAccess with default property values.
 
Method Summary
 blackboard.persist.DataType getDataType()
          Returns the DataType identifier for this object.
 blackboard.persist.Id getPortalRoleId()
          Get a portal role id for the PortfolioPortalRoleAccess.
 blackboard.persist.Id getPortfolioId()
          Get a portfolio id for the PortfolioPortalRoleAccess.
 void setPortalRoleId(blackboard.persist.Id id)
          Set a portal role id for the PortfolioPortalRoleAccess.
 void setPortfolioId(blackboard.persist.Id id)
          Set a portfolio id for the PortfolioPortalRoleAccess.
 
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

DATA_TYPE

public static final blackboard.persist.DataType DATA_TYPE
Object data type constant used in brokering loaders and persisters

Constructor Detail

PortfolioPortalRoleAccess

public PortfolioPortalRoleAccess()
Creates an instance of PortfolioPortalRoleAccess with default property values.

Method Detail

getPortfolioId

public blackboard.persist.Id getPortfolioId()
Get a portfolio id for the PortfolioPortalRoleAccess.

Returns:
a Id representing the portfolio Id for the PortfolioPortalRoleAccess.

setPortfolioId

public void setPortfolioId(blackboard.persist.Id id)
Set a portfolio id for the PortfolioPortalRoleAccess.

Parameters:
id - an Id representing the portfolio Id for the PortfolioPortalRoleAccess.

getPortalRoleId

public blackboard.persist.Id getPortalRoleId()
Get a portal role id for the PortfolioPortalRoleAccess.

Returns:
a Id representing the course Id for the PortfolioPortalRoleAccess.

setPortalRoleId

public void setPortalRoleId(blackboard.persist.Id id)
Set a portal role id for the PortfolioPortalRoleAccess.

Parameters:
id - an Id representing the course Id for the PortfolioPortalRoleAccess.

getDataType

public blackboard.persist.DataType getDataType()
Returns the DataType identifier for this object. Can be used to uniquely identify the "type" of this data object.

Returns:
the DataType for this object


Copyright © 2003-2004 Blackboard, Inc. All Rights Reserved.