org.apache.commons.betwixt.recursion
Class NameBean

java.lang.Object
  extended by org.apache.commons.betwixt.recursion.NameBean

public class NameBean
extends java.lang.Object

Author:
Apache Commons Team, Apache Software Foundation

Constructor Summary
NameBean()
           
NameBean(java.lang.String moniker)
           
 
Method Summary
 java.lang.String getMoniker()
           
 void setMoniker(java.lang.String moniker)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NameBean

public NameBean()

NameBean

public NameBean(java.lang.String moniker)
Method Detail

getMoniker

public java.lang.String getMoniker()

setMoniker

public void setMoniker(java.lang.String moniker)


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