universe.client.database
Class PlanetView
java.lang.Object
|
+--universe.client.database.DatabaseObjectView
|
+--universe.client.database.PlanetView
- All Implemented Interfaces:
- java.io.Serializable
- public class PlanetView
- extends DatabaseObjectView
- Version:
- $Id: PlanetView.java,v 1.2 2003/04/03 00:20:54 sstarkey Exp $
This class represents a client's view of a planet.
- Author:
- Brian Rater
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
private java.lang.String name
SID
private SystemID SID
groundStations
private java.util.Vector groundStations
PlanetView
public PlanetView(Index index,
SystemID SID,
java.lang.String name)
getSystemID
public SystemID getSystemID()
getName
public java.lang.String getName()
getGroundStations
public java.util.Enumeration getGroundStations()
Copyright © 2001 Universe Dev Team All Rights Reserved.