|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ca.aura.artefacts.Description
Constructor Summary | |
Description()
default |
|
Description(java.lang.String blurb)
set the blurb |
|
Description(java.lang.String type,
java.lang.String blurb)
set the blurb and the type |
Method Summary | |
boolean |
equals(java.lang.Object obj)
check for equality |
java.lang.String |
getCategory()
get the category |
java.lang.String |
getText()
get the text of the description |
void |
setCategory(java.lang.String category)
set the category |
void |
setText(java.lang.String text)
set the text of the description |
java.lang.String |
toString()
the object as a string |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public Description()
public Description(java.lang.String blurb)
public Description(java.lang.String type, java.lang.String blurb)
Method Detail |
public java.lang.String getCategory()
public void setCategory(java.lang.String category)
public java.lang.String getText()
public void setText(java.lang.String text)
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |