org.apache.myfaces.extensions.validator.test.propval.constraintsource.model
Class ConstraintSourceAware5Bean

java.lang.Object
  extended by org.apache.myfaces.extensions.validator.test.propval.constraintsource.model.ConstraintSourceAware5Bean

@ConstraintSource(value=ConstraintSourceAware5MetaDataBean.class)
public class ConstraintSourceAware5Bean
extends Object


Constructor Summary
ConstraintSourceAware5Bean()
           
 
Method Summary
 String getProperty1()
           
 String getProperty2()
           
 void setProperty1(String property1)
           
 void setProperty2(String property2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConstraintSourceAware5Bean

public ConstraintSourceAware5Bean()
Method Detail

getProperty1

@TargetPropertyId(value=Target3.class)
public String getProperty1()

setProperty1

public void setProperty1(String property1)

getProperty2

public String getProperty2()

setProperty2

public void setProperty2(String property2)


Copyright © 2008-2010 The Apache Software Foundation. All Rights Reserved.