org.apache.uima.conceptMapper.support.dictionaryResource
Class EntryProperties

java.lang.Object
  extended by org.apache.uima.conceptMapper.support.dictionaryResource.EntryProperties
All Implemented Interfaces:
java.io.Serializable

public class EntryProperties
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
EntryProperties(EntryProperties toCopyFrom)
           
EntryProperties(EntryPropertiesRoot root, int maxNumberOfProperties)
           
 
Method Summary
 java.lang.String getProperty(java.lang.String propertyName)
           
 java.lang.String getProperty(java.lang.String propertyName, java.lang.String defaultValue)
           
 void setProperty(java.lang.String propertyName, java.lang.String propertyValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntryProperties

public EntryProperties(EntryPropertiesRoot root,
                       int maxNumberOfProperties)
                throws java.lang.NullPointerException
Parameters:
root -
maxNumberOfProperties -
Throws:
java.lang.NullPointerException - should only be called by factory

EntryProperties

public EntryProperties(EntryProperties toCopyFrom)
Method Detail

getProperty

public java.lang.String getProperty(java.lang.String propertyName)

getProperty

public java.lang.String getProperty(java.lang.String propertyName,
                                    java.lang.String defaultValue)

setProperty

public void setProperty(java.lang.String propertyName,
                        java.lang.String propertyValue)


Copyright © 2011. All Rights Reserved.