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

Field Summary
private  java.util.Vector groundStations
           
private  java.lang.String name
           
private  SystemID SID
           
 
Fields inherited from class universe.client.database.DatabaseObjectView
index
 
Constructor Summary
PlanetView(Index index, SystemID SID, java.lang.String name)
           
 
Method Summary
 java.util.Enumeration getGroundStations()
           
 java.lang.String getName()
           
 SystemID getSystemID()
           
 
Methods inherited from class universe.client.database.DatabaseObjectView
getIndex
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

private java.lang.String name

SID

private SystemID SID

groundStations

private java.util.Vector groundStations
Constructor Detail

PlanetView

public PlanetView(Index index,
                  SystemID SID,
                  java.lang.String name)
Method Detail

getSystemID

public SystemID getSystemID()

getName

public java.lang.String getName()

getGroundStations

public java.util.Enumeration getGroundStations()


Copyright © 2001 Universe Dev Team All Rights Reserved.