org.springframework.web.servlet.view.path
Class CommonsBeanUtilsPathElement

java.lang.Object
  extended by org.springframework.web.servlet.view.path.CommonsBeanUtilsPathElement

public class CommonsBeanUtilsPathElement
extends Object


Nested Class Summary
static class CommonsBeanUtilsPathElement.Typ
           
 
Constructor Summary
CommonsBeanUtilsPathElement(String name)
           
CommonsBeanUtilsPathElement(String name, CommonsBeanUtilsPathElement.Typ typ)
           
 
Method Summary
 boolean equals(Object obj)
           
 int getIndex()
           
 String getName()
           
 CommonsBeanUtilsPathElement.Typ getTyp()
           
 int hashCode()
           
 void setIndex(int index)
           
 void setTyp(CommonsBeanUtilsPathElement.Typ typ)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CommonsBeanUtilsPathElement

public CommonsBeanUtilsPathElement(String name,
                                   CommonsBeanUtilsPathElement.Typ typ)

CommonsBeanUtilsPathElement

public CommonsBeanUtilsPathElement(String name)
Method Detail

getName

public String getName()

getTyp

public CommonsBeanUtilsPathElement.Typ getTyp()

setTyp

public void setTyp(CommonsBeanUtilsPathElement.Typ typ)

getIndex

public int getIndex()

setIndex

public void setIndex(int index)

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2010. All Rights Reserved.