org.hibernate.validator.internal.engine.groups
Class Group

java.lang.Object
  extended by org.hibernate.validator.internal.engine.groups.Group

public class Group
extends Object

Encapsulates a single group.

Author:
Hardy Ferentschik

Field Summary
static Group DEFAULT_GROUP
           
 
Constructor Summary
Group(Class<?> group)
           
 
Method Summary
 boolean equals(Object o)
           
 Class<?> getDefiningClass()
           
 int hashCode()
           
 boolean isDefaultGroup()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

DEFAULT_GROUP

public static final Group DEFAULT_GROUP
Constructor Detail

Group

public Group(Class<?> group)
Method Detail

getDefiningClass

public Class<?> getDefiningClass()

equals

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

isDefaultGroup

public boolean isDefaultGroup()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2007-2013 Red Hat Middleware, LLC. All Rights Reserved