lumis.doui.source
Class SourceConfig

Package class diagram package SourceConfig
java.lang.Object
  extended by lumis.doui.source.SourceConfig

public class SourceConfig
extends Object


Constructor Summary
SourceConfig()
           
 
Method Summary
 String getClassName()
           
 String getDataProviderClassName()
           
 String getId()
           
 String getType()
           
 void setClassName(String className)
           
 void setDataProviderClassName(String dataProviderClassName)
           
 void setType(String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SourceConfig

public SourceConfig()
Method Detail

getClassName

public String getClassName()
Returns:
Returns the className.

setClassName

public void setClassName(String className)
Parameters:
className - The className to set.

getType

public String getType()
Returns:
Returns the type.

setType

public void setType(String type)
Parameters:
type - The type to set.

getId

public String getId()
Returns:
Returns the id.

getDataProviderClassName

public String getDataProviderClassName()

setDataProviderClassName

public void setDataProviderClassName(String dataProviderClassName)


Lumisportal  5.5.0.091130 - Copyright © 2001-2007, Lumis. All Rights Reserved.