|
Hilbert II - Version 0.01.09 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.qedeq.kernel.bo.module.HeaderBo
Header of a qedeq file. The header specifies such things as the location of the file, the title and abstract of that module, imports and exports.
| Constructor Summary | |
HeaderBo()
Constructs a new module header. |
|
| Method Summary | |
boolean |
equals(Object obj)
|
AuthorList |
getAuthorList()
Get author list. |
String |
getEmail()
Get email address of module administrator. |
ImportList |
getImportList()
Get list of needed modules. |
Specification |
getSpecification()
Get module specification. |
LatexList |
getSummary()
Get module summary. |
LatexList |
getTitle()
Get module title. |
UsedByList |
getUsedByList()
Get list of modules, that use this module. |
int |
hashCode()
|
void |
setAuthorList(AuthorList authors)
Set list of authors of this module. |
void |
setEmail(String email)
Set email address of module administrator. |
void |
setImportList(ImportList imports)
Set list of imported other modules. |
void |
setSpecification(Specification specification)
Set module specification. |
void |
setSummary(LatexList summary)
Set module summary. |
void |
setTitle(LatexList title)
Set module title. |
void |
setUsedByList(UsedByList usedby)
Set list of known modules, that depend on this one. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public HeaderBo()
| Method Detail |
public final void setSpecification(Specification specification)
specification - Module specification.public final Specification getSpecification()
Header
getSpecification in interface Headerpublic final void setTitle(LatexList title)
title - Module title.public final LatexList getTitle()
Header
getTitle in interface Headerpublic final void setSummary(LatexList summary)
summary - Module summary.public final LatexList getSummary()
Header
getSummary in interface Headerpublic final void setAuthorList(AuthorList authors)
authors - Author list.public final AuthorList getAuthorList()
Header
getAuthorList in interface Headerpublic final void setImportList(ImportList imports)
imports - Imported other modules.public final ImportList getImportList()
Header
getImportList in interface Headerpublic final void setUsedByList(UsedByList usedby)
usedby - Used by which modules list.public final UsedByList getUsedByList()
Header
getUsedByList in interface Headerpublic final void setEmail(String email)
email - Email address of module administrator.public final String getEmail()
Header
getEmail in interface Headerpublic boolean equals(Object obj)
public int hashCode()
public String toString()
|
Hilbert II - Version 0.01.09 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
| ©left GNU General Public Licence All Rights Reserved. |