Public Member Functions | |
| DocCategory () | |
| DocCategory (DBObject catdbo, String audience) | |
| String | name () |
| Accessor for attribute name. | |
| String | name (String name) |
| Mutator for attribute name. | |
| String | subtitle () |
| Accessor for attribute title. | |
| String | subtitle (String subtitle) |
| Mutator for attribute title. | |
| int | detaillevel () |
| Accessor for attribute detaillevel. | |
| int | detaillevel (int detaillevel) |
| Mutator for attribute detaillevel. | |
Static Public Member Functions | |
| static DocCategory | getCategoryFor (DBObject dbo, String audience) throws DirectorException |
| get the category associated with the given object. | |
Protected Attributes | |
| String | name = null |
| String | subtitle = null |
| Sub paragraph this object should appear in. | |
| int | detaillevel = 3 |
|
|
|
|
||||||||||||
|
|
|
|
Mutator for attribute detaillevel.
|
|
|
Accessor for attribute detaillevel.
|
|
||||||||||||
|
get the category associated with the given object.
|
|
|
Mutator for attribute name.
|
|
|
Accessor for attribute name.
|
|
|
Mutator for attribute title.
|
|
|
Accessor for attribute title.
|
|
|
|
|
|
|
|
|
Sub paragraph this object should appear in.
|
1.4.5