|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectblackboard.data.BbLink
public class BbLink
Provides a wrapper around URL elements for attaching to data objects within the persistence framework. Represents a URL with additional descriptive information attached.
| Constructor Summary | |
|---|---|
BbLink()
Default constructor. |
|
BbLink(java.lang.String strName,
java.lang.String strUrl,
java.lang.String strDescription)
Constructs a BbLink with the given name, URL, and description. |
|
| Method Summary | |
|---|---|
BbAttributes |
getBbAttributes()
Returns the BbAttributes associated with this BbLink. |
java.lang.String |
getDescription()
Returns the description associated with this BbLink. |
java.lang.String |
getName()
Returns the name value of this BbLink object. |
java.lang.String |
getUrl()
Returns the URL associated with this BbLink. |
void |
setDescription(java.lang.String strDescription)
Sets the description associated with this BbLink. |
void |
setName(java.lang.String strName)
Sets the name value for this BbLink object. |
void |
setUrl(java.lang.String strUrl)
Sets the URL associated with this BbLink. |
java.lang.String |
toString()
Returns the contents of this BbLink object as a single line
separated list of name value pairs of this object's properties. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public BbLink()
public BbLink(java.lang.String strName,
java.lang.String strUrl,
java.lang.String strDescription)
BbLink with the given name, URL, and description.
| Method Detail |
|---|
public BbAttributes getBbAttributes()
BbAttributes associated with this BbLink.
BbAttributes value for this BbLinkpublic java.lang.String getName()
BbLink object.
String representing the name of this BbLinkpublic void setName(java.lang.String strName)
BbLink object.
strName - a String with the name for this BbLinkpublic java.lang.String getUrl()
BbLink.
BbLink as a Stringpublic void setUrl(java.lang.String strUrl)
BbLink.
strUrl - a String containing the URL for this BbLinkpublic java.lang.String getDescription()
BbLink.
BbLink as a Stringpublic void setDescription(java.lang.String strDescription)
BbLink.
strDescription - a String containing the description for this
BbLinkpublic java.lang.String toString()
BbLink object as a single line
separated list of name value pairs of this object's properties. This
method can be used for debug purposes.
toString in class java.lang.ObjectString that represents the contents of this object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||