org.hibernate.validator.engine
Class NodeImpl

java.lang.Object
  extended by org.hibernate.validator.engine.NodeImpl
All Implemented Interfaces:
Serializable, javax.validation.Path.Node

public class NodeImpl
extends Object
implements javax.validation.Path.Node, Serializable

Author:
Hardy Ferentschik
See Also:
Serialized Form

Constructor Summary
NodeImpl(String name)
           
 
Method Summary
 boolean equals(Object o)
           
 Integer getIndex()
           
 Object getKey()
           
 String getName()
           
 int hashCode()
           
 boolean isInIterable()
           
 void setIndex(Integer index)
           
 void setInIterable(boolean inIterable)
           
 void setKey(Object key)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NodeImpl

public NodeImpl(String name)
Method Detail

getName

public String getName()
Specified by:
getName in interface javax.validation.Path.Node

isInIterable

public boolean isInIterable()
Specified by:
isInIterable in interface javax.validation.Path.Node

setInIterable

public void setInIterable(boolean inIterable)

getIndex

public Integer getIndex()
Specified by:
getIndex in interface javax.validation.Path.Node

setIndex

public void setIndex(Integer index)

getKey

public Object getKey()
Specified by:
getKey in interface javax.validation.Path.Node

setKey

public void setKey(Object key)

toString

public String toString()
Overrides:
toString in class Object

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2012 Oracle Corporation. All Rights Reserved.