org.apache.commons.betwixt.scarab
Class Module

java.lang.Object
  extended by org.apache.commons.betwixt.scarab.Module

public class Module
extends java.lang.Object

Module is a sample bean for use by the test cases.

Version:
$Id: Module.java 438373 2006-08-30 05:17:21Z bayard $
Author:
Jason van Zyl

Constructor Summary
Module()
          Constructor for the ScarabSettings object
 
Method Summary
 java.lang.String getName()
           
 void setName(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Module

public Module()
Constructor for the ScarabSettings object

Method Detail

setName

public void setName(java.lang.String name)

getName

public java.lang.String getName()


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