public class StargateDestination extends Object implements Serializable
| Constructor and Description |
|---|
StargateDestination() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Integer |
getStargateId()
The stargate this stargate connects to
|
Integer |
getSystemId()
The solar system this stargate connects to
|
int |
hashCode() |
void |
setStargateId(Integer stargateId) |
void |
setSystemId(Integer systemId) |
StargateDestination |
stargateId(Integer stargateId) |
StargateDestination |
systemId(Integer systemId) |
String |
toString() |
public StargateDestination stargateId(Integer stargateId)
public Integer getStargateId()
public void setStargateId(Integer stargateId)
public StargateDestination systemId(Integer systemId)
public Integer getSystemId()
public void setSystemId(Integer systemId)
Copyright © 2017. All Rights Reserved.