org.apache.uima.conceptMapper.support.dictionaryResource
Class DictionaryResource_impl.DictEntryImpl

java.lang.Object
  extended by org.apache.uima.conceptMapper.support.dictionaryResource.DictionaryResource_impl.DictEntryImpl
All Implemented Interfaces:
Serializable, DictionaryResource.DictEntry
Enclosing class:
DictionaryResource_impl

public static class DictionaryResource_impl.DictEntryImpl
extends Object
implements DictionaryResource.DictEntry

See Also:
Serialized Form

Constructor Summary
DictionaryResource_impl.DictEntryImpl(String[] elements, String unsorted, EntryProperties properties)
           
 
Method Summary
 String[] getElements()
           
 EntryProperties getProperties()
           
 String getUnsorted()
           
 void setElements(String[] elements)
           
 void setProperties(EntryProperties properties)
           
 void setUnsorted(String unsorted)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DictionaryResource_impl.DictEntryImpl

public DictionaryResource_impl.DictEntryImpl(String[] elements,
                                             String unsorted,
                                             EntryProperties properties)
Parameters:
elements -
unsorted -
properties -
Method Detail

setProperties

public void setProperties(EntryProperties properties)
Specified by:
setProperties in interface DictionaryResource.DictEntry
Parameters:
properties - The properties to set.

getProperties

public EntryProperties getProperties()
Specified by:
getProperties in interface DictionaryResource.DictEntry

toString

public String toString()
Specified by:
toString in interface DictionaryResource.DictEntry
Overrides:
toString in class Object

getUnsorted

public String getUnsorted()
Specified by:
getUnsorted in interface DictionaryResource.DictEntry

setUnsorted

public void setUnsorted(String unsorted)
Specified by:
setUnsorted in interface DictionaryResource.DictEntry

getElements

public String[] getElements()
Specified by:
getElements in interface DictionaryResource.DictEntry

setElements

public void setElements(String[] elements)
Specified by:
setElements in interface DictionaryResource.DictEntry


Copyright © 2006-2011 The Apache Software Foundation. All Rights Reserved.