org.tubo.configuration.def.baseimpl
Class BaseConsumerDefImpl

java.lang.Object
  extended by org.tubo.configuration.def.baseimpl.BaseDefinitionImpl
      extended by org.tubo.configuration.def.baseimpl.BaseConfigurableItemDefImpl
          extended by org.tubo.configuration.def.baseimpl.BaseReferenceableItemDefImpl
              extended by org.tubo.configuration.def.baseimpl.BaseConsumerDefImpl
All Implemented Interfaces:
ConfigurableItemDef, ConsumerDef, Definition, ReferenceableItemDef

public class BaseConsumerDefImpl
extends BaseReferenceableItemDefImpl
implements ConsumerDef

Created: Jun 27, 2005 6:59:40 PM
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
BaseConsumerDefImpl()
           
 
Method Summary
 java.lang.String getConsumerClassname()
           
 int getMaxCapacity()
           
 int getMinCapacity()
           
 java.lang.String getType()
           
 void setConsumerClassname(java.lang.String consumerClassname)
           
 void setMaxCapacity(int maxCapacity)
           
 void setMinCapacity(int minCapacity)
           
 void setType(java.lang.String type)
           
 
Methods inherited from class org.tubo.configuration.def.baseimpl.BaseReferenceableItemDefImpl
getId, setId
 
Methods inherited from class org.tubo.configuration.def.baseimpl.BaseConfigurableItemDefImpl
getProperties, getProperty, setProperties, setProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.tubo.configuration.def.ReferenceableItemDef
getId
 
Methods inherited from interface org.tubo.configuration.def.ConfigurableItemDef
getProperties, getProperty
 

Field Detail

RCS_ID

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

BaseConsumerDefImpl

public BaseConsumerDefImpl()
Method Detail

getConsumerClassname

public java.lang.String getConsumerClassname()
Specified by:
getConsumerClassname in interface ConsumerDef

setConsumerClassname

public void setConsumerClassname(java.lang.String consumerClassname)

getType

public java.lang.String getType()
Specified by:
getType in interface ConsumerDef

setType

public void setType(java.lang.String type)

getMinCapacity

public int getMinCapacity()
Specified by:
getMinCapacity in interface ConsumerDef

setMinCapacity

public void setMinCapacity(int minCapacity)

getMaxCapacity

public int getMaxCapacity()
Specified by:
getMaxCapacity in interface ConsumerDef

setMaxCapacity

public void setMaxCapacity(int maxCapacity)


Copyright © 2004-2007 Tubo. All Rights Reserved.