|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectblackboard.data.BbObject
blackboard.cms.portfolio.PortfolioPageTemplate
public class PortfolioPageTemplate
The PortfolioPageTemplate class provides a representation of a portfolio page templates
within the Blackboard application. These templates are typically used within the PortfolioItem object
where the type is 'page'.
| 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 | |
|---|---|
PortfolioPageTemplate()
Creates an instance of PortfolioPageTemplate with default property values. |
|
| Method Summary | |
|---|---|
boolean |
getAvailableInd()
Get availability flag for the PortfolioPageTemplate. |
blackboard.persist.DataType |
getDataType()
Returns the DataType identifier for this object. |
java.lang.String |
getHtml()
Get the HTML content for the PortfolioPageTemplate. |
java.lang.String |
getTitle()
Returns the Title for the PortfolioPageTemplate. |
void |
setAvailableInd(boolean val)
Set availability flag for the PortfolioPageTemplate. |
void |
setHtml(java.lang.String str)
Set the HTML content for the PortfolioPageTemplate. |
void |
setTitle(java.lang.String str)
Sets the Title for the PortfolioPageTemplate. |
| 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 PortfolioPageTemplate()
PortfolioPageTemplate with default property values.
| Method Detail |
|---|
public boolean getAvailableInd()
PortfolioPageTemplate. If the flag is true, the PortfolioPageTemplate is available to be used when creating/updating a Portfolio.
PortfolioPageTemplate is available.public void setAvailableInd(boolean val)
PortfolioPageTemplate. If the flag is true, the PortfolioPageTemplate is available to be used when creating/updating a Portfolio.
val - true if this PortfolioItem is available, false otherwise.public java.lang.String getHtml()
PortfolioPageTemplate.
String representing the HTML content for the PortfolioPageTemplate.public void setHtml(java.lang.String str)
PortfolioPageTemplate. Currently used for type='page'.
str - a String representing the HTML content for the PortfolioPageTemplate.public java.lang.String getTitle()
PortfolioPageTemplate.
String representing the Title for the PortfolioPageTemplate.public void setTitle(java.lang.String str)
PortfolioPageTemplate.
str - a String representing the Title for the PortfolioPageTemplate.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 | |||||||||