org.objectweb.joram.shared.admin

Class SetFather

Implemented Interfaces:
java.io.Serializable

public class SetFather
extends AdminRequest

A SetFather instance is used for linking two topics in a hierarchical relationship.

See Also:
Serialized Form

Constructor Summary

SetFather(String father, String son)
Constructs a SetFather instance.

Method Summary

String
getFather()
Returns the identifier of the father.
String
getSon()
Returns the identifier of the son.

Constructor Details

SetFather

public SetFather(String father,
                 String son)
Constructs a SetFather instance.

Parameters:
father - Identifier of the father.
son - Identifier of the son.

Method Details

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