|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.fhg.igd.earth.observe.trace.InfoRecord
Stores the information about the object witch is traced. If the mutable flag is active the data mustn't be cached in the InfoCache ! Title : Earth Copyright : Copyright (c) 2001 Organisation : IGD FhG
Field Summary | |
private boolean |
mutable_
|
private Hashtable |
table_
|
Constructor Summary | |
InfoRecord()
Creates a instance of this class |
Method Summary | |
String |
getValue(String key)
Returns a value to a given key |
boolean |
isMutable()
Returns the status of the mutable flag |
void |
setMutable()
Sets the mutable flag |
void |
setValue(String key,
String value)
Sets a value |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private Hashtable table_
private boolean mutable_
Constructor Detail |
public InfoRecord()
Method Detail |
public String getValue(String key)
key
-
public void setValue(String key, String value)
key
- value
- public void setMutable()
public boolean isMutable()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |