public class DataSourceInfo extends Object
Constructor and Description |
---|
DataSourceInfo(String id,
DirectDataSource entity,
BasePath path)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
DirectDataSource |
getEntity()
Returns the data source.
|
String |
getId()
Returns the data source ID.
|
BasePath |
getPath()
Returns the data source path.
|
public DataSourceInfo(String id, DirectDataSource entity, BasePath path)
id
- the data source IDentity
- the data source entitypath
- the data source pathpublic String getId()
public DirectDataSource getEntity()
public BasePath getPath()
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.