org.exoplatform.services.html.path
Class NodePath.Index

java.lang.Object
  extended by org.exoplatform.services.html.path.NodePath.Index
Enclosing class:
NodePath

public static class NodePath.Index
extends java.lang.Object


Constructor Summary
NodePath.Index(Name name, int idx)
           
 
Method Summary
 int getIdx()
           
 Name getName()
           
 void setIdx(int idx)
           
 void setName(Name name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodePath.Index

public NodePath.Index(Name name,
                      int idx)
Method Detail

getName

public Name getName()

setName

public void setName(Name name)

getIdx

public int getIdx()

setIdx

public void setIdx(int idx)


Copyright © 2012 eXo Platform SAS. All Rights Reserved.