org.apache.commons.betwixt.strategy
Class Element

java.lang.Object
  extended by org.apache.commons.betwixt.strategy.Element

public class Element
extends java.lang.Object

Element is a sample bean for use with test cases

Version:
$Revision: 438373 $
Author:
Tim Anderson

Constructor Summary
Element()
           
Element(java.lang.String value)
           
 
Method Summary
 java.lang.String getValue()
           
 void setValue(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Element

public Element()

Element

public Element(java.lang.String value)
Method Detail

getValue

public java.lang.String getValue()

setValue

public void setValue(java.lang.String value)


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