|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.qbe.datasource.AbstractDataSource
public class AbstractDataSource
The Class AbstractDataSource.
Field Summary |
---|
Fields inherited from interface it.eng.qbe.datasource.IDataSource |
---|
COMPOSITE_HIBERNATE_DS_TYPE, HIBERNATE_DS_TYPE |
Constructor Summary | |
---|---|
AbstractDataSource()
|
Method Summary | |
---|---|
java.lang.String |
getName()
Gets the name. |
DatamartProperties |
getProperties()
Gets the properties. |
int |
getType()
Gets the type. |
void |
setName(java.lang.String name)
Sets the name. |
void |
setProperties(DatamartProperties properties)
Sets the properties. |
protected void |
setType(int type)
Sets the type. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractDataSource()
Method Detail |
---|
public java.lang.String getName()
IDataSource
getName
in interface IDataSource
public void setName(java.lang.String name)
name
- the new nameprotected void setType(int type)
type
- the new typepublic int getType()
IDataSource
getType
in interface IDataSource
public DatamartProperties getProperties()
IDataSource
getProperties
in interface IDataSource
public void setProperties(DatamartProperties properties)
IDataSource
setProperties
in interface IDataSource
properties
- the new properties
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |