|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectblackboard.data.BbObject
blackboard.cms.portfolio.PortfolioUserAccess
public class PortfolioUserAccess
The PortfolioUserAccess class provides a representation of a Portfolio User Access
within the Blackboard application.
| 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 | |
|---|---|
PortfolioUserAccess()
Creates an instance of PortfolioUserAccess with default property values. |
|
| Method Summary | |
|---|---|
blackboard.persist.DataType |
getDataType()
Returns the DataType identifier for this object. |
blackboard.persist.Id |
getPortfolioId()
Returns the portfolio Id for the PortfolioUserAccess. |
blackboard.persist.Id |
getUserId()
Returns the user Id for the PortfolioUserAccess. |
void |
setPortfolioId(blackboard.persist.Id id)
Sets the portfolio Id for the PortfolioUserAccess. |
void |
setUserId(blackboard.persist.Id id)
Sets the user Id for the PortfolioUserAccess. |
| 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 PortfolioUserAccess()
PortfolioUserAccess with default property values.
| Method Detail |
|---|
public blackboard.persist.Id getPortfolioId()
PortfolioUserAccess.
Id representing the portfolio Id for the PortfolioUserAccess.public void setPortfolioId(blackboard.persist.Id id)
PortfolioUserAccess.
id - an Id representing the portfolio Id for the PortfolioUserAccess.public blackboard.persist.Id getUserId()
PortfolioUserAccess.
Id representing the user Id for the PortfolioUserAccess.public void setUserId(blackboard.persist.Id id)
PortfolioUserAccess.
id - an Id representing the user Id for the PortfolioUserAccess.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 | |||||||||