org.objectweb.joram.shared.admin
Class SetFather
- java.io.Serializable
A SetFather
instance is used for linking two topics in a
hierarchical relationship.
- Serialized Form
SetFather(String father, String son) - Constructs a
SetFather instance.
|
String | getFather() - Returns the identifier of the father.
|
String | getSon() - Returns the identifier of the son.
|
SetFather
public SetFather(String father,
String son)
Constructs a SetFather
instance.
father
- Identifier of the father.son
- Identifier of the son.
getFather
public String getFather()
Returns the identifier of the father.
getSon
public String getSon()
Returns the identifier of the son.
Copyright B) 2004 Scalagent - All rights reserved