|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.partnersoft.maps.model.MapDataLink
public class MapDataLink
A link to a (possibly lazy-loaded) MapDataItem.
| Constructor Summary | |
|---|---|
MapDataLink()
|
|
MapDataLink(RoverSet roverSet,
int itemID)
|
|
| Method Summary | |
|---|---|
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()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MapDataLink()
public MapDataLink(RoverSet roverSet,
int itemID)
| Method Detail |
|---|
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
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||