|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectblackboard.data.BbObject
blackboard.cms.portfolio.PortfolioPass
public class PortfolioPass
The PortfolioPass class provides a representation of a Portfolio Pass
within the Blackboard application. Portfolio Passes are generally used to provide
access to a Portfolio for user that don't have an account on the system.
| 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 | |
|---|---|
PortfolioPass()
Creates an instance of PortfolioPass with default property values. |
|
| Method Summary | |
|---|---|
blackboard.persist.DataType |
getDataType()
Returns the DataType identifier for this object. |
java.lang.String |
getEmailAddresses()
Returns the email address for the PortfolioPass. |
java.util.Calendar |
getExpireDate()
Returns date that the PortfolioPass will expire. |
java.lang.String |
getPassword()
Returns the password for the PortfolioPass. |
boolean |
getPasswordInd()
Returns password flag for the PortfolioPass. |
blackboard.persist.Id |
getPortfolioId()
Returns the Id for the PortfolioPass. |
java.util.Calendar |
getSentDate()
Returns date that the PortfolioPass was sent. |
java.lang.String |
getTitle()
Returns the Title for the PortfolioPass. |
void |
setEmailAddresses(java.lang.String str)
Sets the email address for the PortfolioPass. |
void |
setExpireDate(java.util.Calendar cal)
Set the date that the PortfolioPass will expire. |
void |
setPassword(java.lang.String str)
Sets the password for the PortfolioPass. |
void |
setPasswordInd(boolean val)
Set password flag for the PortfolioPass. |
void |
setPortfolioId(blackboard.persist.Id id)
Sets the Id for the PortfolioPass. |
void |
setSentDate(java.util.Calendar cal)
Set the date that the PortfolioPass was sent. |
void |
setTitle(java.lang.String str)
Sets the Title for the PortfolioPass. |
| 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 PortfolioPass()
PortfolioPass with default property values.
| Method Detail |
|---|
public blackboard.persist.Id getPortfolioId()
PortfolioPass.
Id representing the Id for the PortfolioPass.public void setPortfolioId(blackboard.persist.Id id)
PortfolioPass.
id - an Id representing the Id for the PortfolioPass.public java.lang.String getEmailAddresses()
PortfolioPass. The email address represents the recipient of the PortfolioPass.
String representing the email address for the PortfolioPass.public void setEmailAddresses(java.lang.String str)
PortfolioPass. The email address represents the recipient of the PortfolioPass.
str - a String representing the email address for the PortfolioPass.public java.lang.String getTitle()
PortfolioPass.
String representing the Title for the PortfolioPass.public void setTitle(java.lang.String str)
PortfolioPass.
str - a String representing the Title for the PortfolioPass.public java.lang.String getPassword()
PortfolioPass.
String representing the password for the PortfolioPass.public void setPassword(java.lang.String str)
PortfolioPass.
str - a String representing the password for the PortfolioPass.public boolean getPasswordInd()
PortfolioPass. If the flag is true, the PortfolioPass is password protected.
PortfolioPass is password protected.public void setPasswordInd(boolean val)
PortfolioPass. If the flag is true, the PortfolioPass is password protected.
val - true if the PortfolioPass is password protected, false otherwisepublic java.util.Calendar getSentDate()
PortfolioPass was sent.
Calendar object representing the date the PortfolioPass is sent.public void setSentDate(java.util.Calendar cal)
PortfolioPass was sent.
cal - a Calendar object representing the date the PortfolioPass is sent.public java.util.Calendar getExpireDate()
PortfolioPass will expire.
Calendar object representing the date the PortfolioPass is set to expire.public void setExpireDate(java.util.Calendar cal)
PortfolioPass will expire.
cal - a Calendar object representing the date the PortfolioPass is set to expire.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 | |||||||||