Joram ${version}

org.objectweb.joram.shared.admin
Class SetFather

java.lang.Object
  extended byorg.objectweb.joram.shared.admin.AdminRequest
      extended byorg.objectweb.joram.shared.admin.SetFather
All 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(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

SetFather

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

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

getFather

public java.lang.String getFather()
Returns the identifier of the father.


getSon

public java.lang.String getSon()
Returns the identifier of the son.


Joram ${version}

Copyright © 2005 Scalagent - All rights reserved