|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectblackboard.data.BbObject
blackboard.cms.portfolio.PortfolioPortalRoleAccess
public class PortfolioPortalRoleAccess
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.
| 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 |
|---|
public static final blackboard.persist.DataType DATA_TYPE
| Constructor Detail |
|---|
public PortfolioPortalRoleAccess()
PortfolioPortalRoleAccess with default property values.
| Method Detail |
|---|
public blackboard.persist.Id getPortfolioId()
PortfolioPortalRoleAccess.
Id representing the portfolio Id for the PortfolioPortalRoleAccess.public void setPortfolioId(blackboard.persist.Id id)
PortfolioPortalRoleAccess.
id - an Id representing the portfolio Id for the PortfolioPortalRoleAccess.public blackboard.persist.Id getPortalRoleId()
PortfolioPortalRoleAccess.
Id representing the course Id for the PortfolioPortalRoleAccess.public void setPortalRoleId(blackboard.persist.Id id)
PortfolioPortalRoleAccess.
id - an Id representing the course Id for the PortfolioPortalRoleAccess.public blackboard.persist.DataType getDataType()
DataType identifier for this object. Can be used to
uniquely identify the "type" of this data object.
getDataType in interface blackboard.data.IBbObjectgetDataType in interface blackboard.data.IdentifiablegetDataType in class blackboard.data.BbObjectDataType for this object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||