|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectblackboard.data.BbObject
blackboard.cms.portfolio.PortfolioComment
The PortfolioComment class provides a representation of a portfolioComment
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 | |
PortfolioComment()
Creates an instance of Portfolio with default property values. |
|
| Method Summary | |
java.lang.String |
getComment()
Get a comment for the Portfolio. |
blackboard.persist.DataType |
getDataType()
Returns the DataType identifier for this object. |
java.util.Calendar |
getDatePosted()
Get the date posted for the PortfolioComment. |
blackboard.persist.Id |
getPortfolioId()
Get the portfolio Id for the PortfolioComment. |
blackboard.persist.Id |
getUserId()
Get the user Id for the PortfolioComment. |
void |
setComment(java.lang.String str)
Set a comment for the PortfolioComment. |
void |
setDatePosted(java.util.Calendar cal)
Set the date posted for the PortfolioComment. |
void |
setPortfolioId(blackboard.persist.Id id)
Set the portfolio Id for the PortfolioComment. |
void |
setUserId(blackboard.persist.Id id)
Set the user Id for the PortfolioComment. |
| 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 PortfolioComment()
Portfolio with default property values.
| Method Detail |
public java.lang.String getComment()
Portfolio.
String representing the comment text for the PortfolioComment.public void setComment(java.lang.String str)
PortfolioComment.
str - a String representing the comment text for the PortfolioComment.public java.util.Calendar getDatePosted()
PortfolioComment.
Calendar object representing the date the PortfolioComment was posted.public void setDatePosted(java.util.Calendar cal)
PortfolioComment.
cal - a Calendar object representing the date the PortfolioComment was posted.public blackboard.persist.Id getUserId()
Id for the PortfolioComment. The user Id represents the user that posted the PortfolioComment.
Id representing the user that posted the PortfolioComment.public void setUserId(blackboard.persist.Id id)
Id for the PortfolioComment. The user Id represents the user that posted the PortfolioComment.
id - a Id representing the user that posted the PortfolioComment.public blackboard.persist.Id getPortfolioId()
Id for the PortfolioComment. The portfolio Id represents the portfolio that the PortfolioComment is associated with.
Id representing the Portfolio Id that the PortfolioComment is associated it.public void setPortfolioId(blackboard.persist.Id id)
Id for the PortfolioComment. The portfolio Id represents the portfolio that the PortfolioComment is associated with.
id - a Id representing the Portfolio Id that the PortfolioComment is associated it.public blackboard.persist.DataType getDataType()
DataType identifier for this object. Can be used to
uniquely identify the "type" of this data object.
DataType for this object
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||