org.newdawn.slick.tests.xml
Class Entity

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

public class Entity
extends java.lang.Object

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

Author:
kevin

Constructor Summary
Entity()
           
 
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

Entity

public Entity()
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.