org.newdawn.slick.tests.xml
Class Inventory

java.lang.Object
  extended by org.newdawn.slick.tests.xml.Inventory

public class Inventory
extends java.lang.Object

A test example of some object data that can be configured via XML

Author:
kevin

Constructor Summary
Inventory()
           
 
Method Summary
 void dump(java.lang.String prefix)
          Dump this object to sysout
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Inventory

public Inventory()
Method Detail

dump

public void dump(java.lang.String prefix)
Dump this object to sysout

Parameters:
prefix - The prefix to apply to all lines


Copyright © 2006 New Dawn Software. All Rights Reserved.