dimawo.middleware.overlay.mntree
Class MnId

java.lang.Object
  extended by dimawo.middleware.overlay.mntree.MnId
All Implemented Interfaces:
Serializable, Comparable<MnId>

public class MnId
extends Object
implements Serializable, Comparable<MnId>

See Also:
Serialized Form

Method Summary
 int compareTo(MnId sourceId)
           
 boolean equals(Object o)
           
 MnId getChildId(int childId)
           
 int getLastLevelChildIndex()
           
 int getLevel()
           
 MnId getParentId()
           
static MnId getRootId()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getChildId

public MnId getChildId(int childId)

getParentId

public MnId getParentId()

equals

public boolean equals(Object o)
Overrides:
equals in class Object

getRootId

public static MnId getRootId()

toString

public String toString()
Overrides:
toString in class Object

compareTo

public int compareTo(MnId sourceId)
Specified by:
compareTo in interface Comparable<MnId>

getLevel

public int getLevel()

getLastLevelChildIndex

public int getLastLevelChildIndex()


Copyright © 2011 DiMaWo Team. All Rights Reserved.