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:
java.io.Serializable, DictionaryResource.DictEntry
Enclosing class:
DictionaryResource_impl

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

See Also:
Serialized Form

Constructor Summary
DictionaryResource_impl.DictEntryImpl(java.lang.String[] elements, java.lang.String unsorted, EntryProperties properties)
           
 
Method Summary
 java.lang.String[] getElements()
           
 EntryProperties getProperties()
           
 java.lang.String getUnsorted()
           
 void setElements(java.lang.String[] elements)
           
 void setProperties(EntryProperties properties)
           
 void setUnsorted(java.lang.String unsorted)
           
 java.lang.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(java.lang.String[] elements,
                                             java.lang.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 java.lang.String toString()
Specified by:
toString in interface DictionaryResource.DictEntry
Overrides:
toString in class java.lang.Object

getUnsorted

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

setUnsorted

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

getElements

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

setElements

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


Copyright © 2011. All Rights Reserved.