public class DataSource extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected DataSourceType |
dataSourceType |
protected String |
id |
protected String |
uri |
Constructor and Description |
---|
DataSource() |
Modifier and Type | Method and Description |
---|---|
DataSourceType |
getDataSourceType()
Gets the value of the dataSourceType property.
|
String |
getId()
Gets the value of the id property.
|
String |
getUri()
Gets the value of the uri property.
|
void |
setDataSourceType(DataSourceType value)
Sets the value of the dataSourceType property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setUri(String value)
Sets the value of the uri property.
|
protected String id
protected String uri
protected DataSourceType dataSourceType
public void setId(String value)
value
- allowed object is
String
public String getUri()
String
public void setUri(String value)
value
- allowed object is
String
public DataSourceType getDataSourceType()
DataSourceType
public void setDataSourceType(DataSourceType value)
value
- allowed object is
DataSourceType
Copyright © 2019 JBoss by Red Hat. All rights reserved.