public class MapDataLink
extends java.lang.Object
| Constructor and Description |
|---|
MapDataLink() |
MapDataLink(RoverSet roverSet,
int itemID) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object nother) |
MapDataItem |
getItem()
Convenience method to retrieve the referenced item.
|
int |
getItemID()
Gets the value of itemID
|
RoverSet |
getRoverSet()
Gets the value of roverSet
|
void |
setItemID(int argItemID)
Sets the value of itemID
|
void |
setRoverSet(RoverSet argRoverSet)
Sets the value of roverSet
|
java.lang.String |
toString() |
public MapDataLink()
public MapDataLink(RoverSet roverSet, int itemID)
public MapDataItem getItem()
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object nother)
equals in class java.lang.Objectpublic RoverSet getRoverSet()
public void setRoverSet(RoverSet argRoverSet)
argRoverSet - Value to assign to this.roverSetpublic int getItemID()
public void setItemID(int argItemID)
argItemID - Value to assign to this.itemID