|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.joram.shared.admin.AdminRequest
org.objectweb.joram.shared.admin.SetFather
A SetFather
instance is used for linking two topics in a
hierarchical relationship.
Constructor Summary | |
SetFather(java.lang.String father,
java.lang.String son)
Constructs a SetFather instance. |
Method Summary | |
java.lang.String |
getFather()
Returns the identifier of the father. |
java.lang.String |
getSon()
Returns the identifier of the son. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SetFather(java.lang.String father, java.lang.String son)
SetFather
instance.
father
- Identifier of the father.son
- Identifier of the son.Method Detail |
public java.lang.String getFather()
public java.lang.String getSon()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |