|
Hilbert II - Version 0.03.09 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.qedeq.kernel.dto.module.ImportVo
Module import. Every needed module must be referenced as an module import.
| Constructor Summary | |
ImportVo()
Constructs an empty import. |
|
ImportVo(String label,
SpecificationVo 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 module. |
void |
setSpecification(SpecificationVo specification)
Set specification of this imported module. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public ImportVo(String label,
SpecificationVo specification)
label - Label for this import. All references to that module must
have this prefix.specification - Import specification. Includes location information.public ImportVo()
| Method Detail |
public final void setLabel(String label)
label - Prefix for this imported module.public final String getLabel()
Import
getLabel in interface Importpublic final void setSpecification(SpecificationVo specification)
specification - Module specification.public final Specification getSpecification()
Import
getSpecification in interface Importpublic boolean equals(Object obj)
public int hashCode()
public String toString()
|
Hilbert II - Version 0.03.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. |