|
Hilbert II - Version 0.02.01 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.qedeq.kernel.bo.module.ImportBo
Module import. Every needed module must be referenced as an module import.
| Constructor Summary | |
ImportBo()
Constructs an empty import. |
|
ImportBo(String label,
Specification specification)
Constructs a new import. |
|
| Method Summary | |
boolean |
equals(Object obj)
|
String |
getLabel()
Get label for the imported module. |
Specification |
getSpecification()
Get import specification. |
int |
hashCode()
|
void |
setLabel(String label)
Set label for this import. |
void |
setSpecification(Specification specification)
Set import module specification. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public ImportBo(String label,
Specification specification)
label - Label for this import. All references to that module must have
this prefix.specification - Import specification. Includes location information.public ImportBo()
| Method Detail |
public final void setLabel(String label)
label - Module reference prefix.public final String getLabel()
Import
getLabel in interface Importpublic final void setSpecification(Specification specification)
specification - Import module specifiaction.public final Specification getSpecification()
Import
getSpecification in interface Importpublic boolean equals(Object obj)
public int hashCode()
public String toString()
|
Hilbert II - Version 0.02.01 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
| ©left GNU General Public Licence All Rights Reserved. |