org.apache.cocoon.samples.castor
Class TestBean

java.lang.Object
  extended byorg.apache.cocoon.samples.castor.TestBean

public class TestBean
extends Object

Version:
CVS $Id: TestBean.java 30941 2004-07-29 19:56:58Z vgritsenko $

Constructor Summary
TestBean()
           
TestBean(String newName, String newScope)
           
 
Method Summary
 String getName()
           
 String getScope()
           
 void setName(String newName)
           
 void setScope(String newScope)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestBean

public TestBean()

TestBean

public TestBean(String newName,
                String newScope)
Method Detail

getName

public String getName()

setName

public void setName(String newName)

setScope

public void setScope(String newScope)

getScope

public String getScope()


Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.