ibspan.tss.messaging.ontology
Class MapEntry

java.lang.Object
  extended by ibspan.tss.messaging.ontology.MapEntry
All Implemented Interfaces:
Concept, Term, Serializable

public class MapEntry
extends Object
implements Concept

Protege name: MapEntry

Version:
2006/08/23, 10:35:10
Author:
ontology bean generator
See Also:
Serialized Form

Constructor Summary
MapEntry()
           
 
Method Summary
 String getKey()
           
 String getValue()
           
 void setKey(String value)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapEntry

public MapEntry()
Method Detail

setKey

public void setKey(String value)

getKey

public String getKey()

setValue

public void setValue(String value)

getValue

public String getValue()