de.uni_paderborn.robots.data
Class Well

java.lang.Object
  |
  +--de.uni_paderborn.robots.data.Item
        |
        +--de.uni_paderborn.robots.data.Well
All Implemented Interfaces:
Identifyable, java.io.Serializable

public class Well
extends Item

This class represents a well in the arena.

See Also:
Serialized Form

Field Summary
static long serialVersionUID
          used for serialization
 
Fields inherited from class de.uni_paderborn.robots.data.Item
field, id
 
Constructor Summary
Well()
          standard constructor, creates a well in the arena.
 
Methods inherited from class de.uni_paderborn.robots.data.Item
finalize, getField, getID, getItemName, setField
 
Methods inherited from class java.lang.Object
, clone, equals, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

serialVersionUID

public static final long serialVersionUID
used for serialization
Constructor Detail

Well

public Well()
standard constructor, creates a well in the arena.