blackboard.cms.portfolio
Class PortfolioUserAccess

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

public class PortfolioUserAccess
extends blackboard.data.BbObject

The PortfolioUserAccess class provides a representation of a Portfolio User Access within the Blackboard application.

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
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

DATA_TYPE

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

Constructor Detail

PortfolioUserAccess

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

Method Detail

getPortfolioId

public blackboard.persist.Id getPortfolioId()
Returns the portfolio Id for the PortfolioUserAccess.

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

setPortfolioId

public void setPortfolioId(blackboard.persist.Id id)
Sets the portfolio Id for the PortfolioUserAccess.

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

getUserId

public blackboard.persist.Id getUserId()
Returns the user Id for the PortfolioUserAccess.

Returns:
a Id representing the user Id for the PortfolioUserAccess.

setUserId

public void setUserId(blackboard.persist.Id id)
Sets the user Id for the PortfolioUserAccess.

Parameters:
id - an Id representing the user Id for the PortfolioUserAccess.

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.