|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectblackboard.data.BbObject
blackboard.cms.portfolio.PortfolioCourseAccess
public class PortfolioCourseAccess
The PortfolioCourseAccess class provides a representation of a portfolio course access
within the Blackboard application. The PortfolioCourseAccess object is used to relate a Portfolio
with a course, allowing for Portfolios to be shared with courses.
| Field Summary | |
|---|---|
static DataType |
DATA_TYPE
Object data type constant used in brokering loaders and persisters |
| Fields inherited from class blackboard.data.BbObject |
|---|
_bbAttributes |
| Constructor Summary | |
|---|---|
PortfolioCourseAccess()
Creates an instance of PortfolioCourseAccess with default property values. |
|
| Method Summary | |
|---|---|
Id |
getCourseId()
Get a course id for the PortfolioCourseAccess. |
DataType |
getDataType()
Returns the DataType identifier for this object. |
Id |
getPortfolioId()
Get a portfolio id for the PortfolioCourseAccess. |
void |
setCourseId(Id id)
Set a course id for the PortfolioCourseAccess. |
void |
setPortfolioId(Id id)
Set a portfolio id for the PortfolioCourseAccess. |
| Methods inherited from class blackboard.data.BbObject |
|---|
clone, getBbAttributes, getCreatedDate, getId, getModifiedDate, matches, 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 PortfolioCourseAccess()
PortfolioCourseAccess with default property values.
| Method Detail |
|---|
public Id getPortfolioId()
PortfolioCourseAccess.
Id representing the portfolio Id for the PortfolioCourseAccess.public void setPortfolioId(Id id)
PortfolioCourseAccess.
id - an Id representing the portfolio Id for the PortfolioCourseAccess.public Id getCourseId()
PortfolioCourseAccess.
Id representing the course Id for the PortfolioCourseAccess.public void setCourseId(Id id)
PortfolioCourseAccess.
id - an Id representing the course Id for the PortfolioCourseAccess.public DataType getDataType()
DataType identifier for this object. Can be used to
uniquely identify the "type" of this data object.
getDataType in interface IBbObjectgetDataType in interface IdentifiablegetDataType in class BbObjectDataType for this object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||