|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.partnersoft.v3x.apps.MapBrowser.rover.RoverDataStore
public abstract class RoverDataStore
Storage for Rover Data, indexed by datatype and dataID
| Constructor Summary | |
|---|---|
RoverDataStore()
|
|
| Method Summary | |
|---|---|
abstract RoverData |
getDataFor(int dataType,
int dataID)
Grab the RoverData object for the given dataType and ID. |
java.lang.String |
getPath()
Directory path to RoverDataStore files. |
abstract java.lang.String |
getThemeNameFor(int dataType)
Grab the theme name for the given dataType. |
void |
setPath(java.lang.String newPath)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RoverDataStore()
| Method Detail |
|---|
public abstract java.lang.String getThemeNameFor(int dataType)
public abstract RoverData getDataFor(int dataType,
int dataID)
public java.lang.String getPath()
public void setPath(java.lang.String newPath)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||