org.apache.myfaces.extensions.validator.test.initializer
Class DataBean

java.lang.Object
  extended by org.apache.myfaces.extensions.validator.test.initializer.DataBean

public class DataBean
extends Object


Constructor Summary
DataBean()
           
 
Method Summary
 String getProperty1()
           
 String getProperty2()
           
 String getProperty3()
           
 String getProperty4()
           
 void setProperty1(String property1)
           
 void setProperty2(String property2)
           
 void setProperty3(String property3)
           
 void setProperty4(String property4)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataBean

public DataBean()
Method Detail

getProperty1

public String getProperty1()

setProperty1

public void setProperty1(String property1)

getProperty2

public String getProperty2()

setProperty2

public void setProperty2(String property2)

getProperty3

public String getProperty3()

setProperty3

public void setProperty3(String property3)

getProperty4

public String getProperty4()

setProperty4

public void setProperty4(String property4)


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