FreeHEP API
Version v1.2.2

hep.aida.ref.remote.rmi.data
Class RmiAnnotationItem

java.lang.Object
  |
  +--hep.aida.ref.remote.rmi.data.RmiAnnotationItem
All Implemented Interfaces:
Serializable

public class RmiAnnotationItem
extends Object
implements Serializable

This class contais data for an Annotation Item

Author:
serbo
See Also:
Serialized Form

Field Summary
 String key
           
 boolean sticky
           
 String value
           
 
Constructor Summary
RmiAnnotationItem()
          Creates a new instance of RmiAnnotationItem
RmiAnnotationItem(String key, String value, boolean sticky)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

key

public String key

value

public String value

sticky

public boolean sticky
Constructor Detail

RmiAnnotationItem

public RmiAnnotationItem()
Creates a new instance of RmiAnnotationItem


RmiAnnotationItem

public RmiAnnotationItem(String key,
                         String value,
                         boolean sticky)

FreeHEP API
Version v1.2.2

Copyright © 2000-2003 FreeHEP, All Rights Reserved.