org.hibernate.validator.cfg
Class CascadeDef

java.lang.Object
  extended by org.hibernate.validator.cfg.CascadeDef

public class CascadeDef
extends Object

Author:
Hardy Ferentschik

Constructor Summary
CascadeDef(Class<?> beanType, String property, ElementType elementType)
           
 
Method Summary
 Class<?> getBeanType()
           
 ElementType getElementType()
           
 String getProperty()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CascadeDef

public CascadeDef(Class<?> beanType,
                  String property,
                  ElementType elementType)
Method Detail

getElementType

public ElementType getElementType()

getBeanType

public Class<?> getBeanType()

getProperty

public String getProperty()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012 Oracle Corporation. All Rights Reserved.