FreeHEP API
Version current

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

java.lang.Object
  extended byhep.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
Source Code:
RmiAnnotationItem.java

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 current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.