|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcds.simbad.HierarchicLink
Liens hierarchiques
Field Summary | |
(package private) Bibcode |
bibcode
|
(package private) Astrobject |
objFather
|
(package private) Astrobject |
objSon
|
(package private) java.lang.String |
text
|
Constructor Summary | |
HierarchicLink()
Constructeur sans parametre |
|
HierarchicLink(Astrobject objFather,
Astrobject objSon,
java.lang.String bibcode,
java.lang.String text)
Constructeur avec parametre |
Method Summary | |
java.lang.String |
getBibcode()
Recuperation du bibcode |
java.lang.String |
getText()
Recuperation du texte |
void |
setBibcode(java.lang.String bibcode)
Modification du bibcode |
void |
setText(java.lang.String text)
Modification des commentaires |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
Astrobject objFather
Astrobject objSon
Bibcode bibcode
java.lang.String text
Constructor Detail |
public HierarchicLink()
public HierarchicLink(Astrobject objFather, Astrobject objSon, java.lang.String bibcode, java.lang.String text)
objFather
- objet astronomique pereobjSon
- objet astronomique filsbibcode
- reference bibliographiquetext
- commentairesMethod Detail |
public void setBibcode(java.lang.String bibcode)
bibcode
- sous forme de chaine de caracterepublic java.lang.String getBibcode()
public void setText(java.lang.String text)
text
- commentairespublic java.lang.String getText()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |