org.tubo.configuration.def.baseimpl
Class BaseConfigurableItemDefImpl

java.lang.Object
  extended by org.tubo.configuration.def.baseimpl.BaseDefinitionImpl
      extended by org.tubo.configuration.def.baseimpl.BaseConfigurableItemDefImpl
All Implemented Interfaces:
ConfigurableItemDef, Definition
Direct Known Subclasses:
BaseFlowNodeDefImpl, BaseReferenceableItemDefImpl

public class BaseConfigurableItemDefImpl
extends BaseDefinitionImpl
implements ConfigurableItemDef

Created: Jun 27, 2005 5:09:55 AM
Last Modification Date: $Date: 2006-11-08 11:52:38 -0300 (Wed, 08 Nov 2006) $

Version:
$Revision: 58 $
Author:
maldito_orco (maldito_orco@users.sourceforge.net)

Field Summary
static java.lang.String RCS_ID
           
 
Constructor Summary
BaseConfigurableItemDefImpl()
           
 
Method Summary
 java.util.Properties getProperties()
           
 java.lang.String getProperty(java.lang.String name)
           
 void setProperties(java.util.Properties properties)
           
 void setProperty(java.lang.String name, java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RCS_ID

public static final java.lang.String RCS_ID
See Also:
Constant Field Values
Constructor Detail

BaseConfigurableItemDefImpl

public BaseConfigurableItemDefImpl()
Method Detail

getProperties

public java.util.Properties getProperties()
Specified by:
getProperties in interface ConfigurableItemDef

setProperties

public void setProperties(java.util.Properties properties)

getProperty

public java.lang.String getProperty(java.lang.String name)
Specified by:
getProperty in interface ConfigurableItemDef

setProperty

public void setProperty(java.lang.String name,
                        java.lang.String value)


Copyright © 2004-2007 Tubo. All Rights Reserved.