de.fhg.igd.earth.observe.trace
Class InfoRecord

java.lang.Object
  extended byde.fhg.igd.earth.observe.trace.InfoRecord

public class InfoRecord
extends Object

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

Version:
: 1.0
Author:
: Werner Beutel

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

table_

private Hashtable table_

mutable_

private boolean mutable_
Constructor Detail

InfoRecord

public InfoRecord()
Creates a instance of this class

Method Detail

getValue

public String getValue(String key)
Returns a value to a given key

Parameters:
key -
Returns:
value

setValue

public void setValue(String key,
                     String value)
Sets a value

Parameters:
key -
value -

setMutable

public void setMutable()
Sets the mutable flag


isMutable

public boolean isMutable()
Returns the status of the mutable flag

Returns:
mutable flag


Copyright © Fraunhofer Gesellschaft. All Rights Reserved.