org.apache.tapestry.bean
Class TargetBean

java.lang.Object
  extended by org.apache.tapestry.bean.TargetBean

public class TargetBean
extends Object

Used by TestLightweightBeanInitializer to verify that initialization does occur.

Since:
4.0
Author:
Howard M. Lewis Ship

Constructor Summary
TargetBean()
           
 
Method Summary
 int getMinLength()
           
 boolean isRequired()
           
 void setMinLength(int minLength)
           
 void setRequired(boolean required)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TargetBean

public TargetBean()
Method Detail

getMinLength

public int getMinLength()

setMinLength

public void setMinLength(int minLength)

isRequired

public boolean isRequired()

setRequired

public void setRequired(boolean required)


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.