org.newdawn.slick.tests.xml
Class ItemContainer

java.lang.Object
  extended by org.newdawn.slick.tests.xml.Item
      extended by org.newdawn.slick.tests.xml.ItemContainer

public class ItemContainer
extends Item

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

Author:
kevin

Field Summary
 
Fields inherited from class org.newdawn.slick.tests.xml.Item
condition, name
 
Constructor Summary
ItemContainer()
           
 
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

ItemContainer

public ItemContainer()
Method Detail

dump

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

Overrides:
dump in class Item
Parameters:
prefix - The prefix to apply to all lines


Copyright © 2006 New Dawn Software. All Rights Reserved.