|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.qedeq.kernel.se.dto.module.ImportVo
public class ImportVo
Module import. Every needed module must be referenced as an module import.
| Constructor Summary | |
|---|---|
ImportVo()
Constructs an empty import. |
|
ImportVo(java.lang.String label,
SpecificationVo specification)
Constructs a new import. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getLabel()
Get label for the imported module. |
Specification |
getSpecification()
Get import specification. |
int |
hashCode()
|
void |
setLabel(java.lang.String label)
Set label for this import module. |
void |
setSpecification(SpecificationVo specification)
Set specification of this imported module. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ImportVo(java.lang.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(java.lang.String label)
label - Prefix for this imported module.public final java.lang.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(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic 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 | |||||||||