public class DataSource extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected String |
characterEncoding |
protected DataSourceType |
dataSourceType |
protected String |
description |
protected String |
id |
protected String |
locale |
protected String |
name |
protected String |
uri |
Constructor and Description |
---|
DataSource() |
Modifier and Type | Method and Description |
---|---|
String |
getCharacterEncoding()
Gets the value of the characterEncoding property.
|
DataSourceType |
getDataSourceType()
Gets the value of the dataSourceType property.
|
String |
getDescription()
Gets the value of the description property.
|
String |
getId()
Gets the value of the id property.
|
String |
getLocale()
Gets the value of the locale property.
|
String |
getName()
Gets the value of the name property.
|
String |
getUri()
Gets the value of the uri property.
|
void |
setCharacterEncoding(String characterEncoding)
Sets the value of the characterEncoding property.
|
void |
setDataSourceType(DataSourceType value)
Sets the value of the dataSourceType property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setLocale(String locale)
Sets the value of the locale property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setUri(String value)
Sets the value of the uri property.
|
protected String id
protected String name
protected String description
protected String uri
protected DataSourceType dataSourceType
protected String characterEncoding
protected String locale
public void setId(String value)
value
- allowed object is
String
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public String getDescription()
String
public void setDescription(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
public String getCharacterEncoding()
public void setCharacterEncoding(String characterEncoding)
characterEncoding
- character encodingpublic String getLocale()
public void setLocale(String locale)
locale
- localeCopyright © 2017–2022 Red Hat, Inc.. All rights reserved.