universe.client.database
Class WormholeView

java.lang.Object
  |
  +--universe.client.database.DatabaseObjectView
        |
        +--universe.client.database.WormholeView
All Implemented Interfaces:
java.io.Serializable

public class WormholeView
extends DatabaseObjectView

Version:
$Id: WormholeView.java,v 1.1 2003/04/03 00:20:54 sstarkey Exp $ This class represents a client's view of a system.
Author:
Sean Starkey
See Also:
Serialized Form

Field Summary
private  SystemID endPointID1
           
private  SystemID endPointID2
           
 
Fields inherited from class universe.client.database.DatabaseObjectView
index
 
Constructor Summary
WormholeView(Index index)
           
 
Method Summary
 SystemView getEndPoint1()
          This method returns the ID of the star system which is the first end-point of the wormhole.
 SystemView getEndPoint2()
          This method returns the ID of the star system which is the second end-point of the wormhole.
 SystemID getEndPointID1()
          This method returns the ID of the star system which is the first end-point of the wormhole.
 SystemID getEndPointID2()
          This method returns the ID of the star system which is the second end-point of the wormhole.
 
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

endPointID1

private SystemID endPointID1

endPointID2

private SystemID endPointID2
Constructor Detail

WormholeView

public WormholeView(Index index)
Method Detail

getEndPointID1

public SystemID getEndPointID1()
This method returns the ID of the star system which is the first end-point of the wormhole.


getEndPointID2

public SystemID getEndPointID2()
This method returns the ID of the star system which is the second end-point of the wormhole.


getEndPoint1

public SystemView getEndPoint1()
This method returns the ID of the star system which is the first end-point of the wormhole.


getEndPoint2

public SystemView getEndPoint2()
This method returns the ID of the star system which is the second end-point of the wormhole.



Copyright © 2001 Universe Dev Team All Rights Reserved.