@Entity public class DataSource extends Object implements com.google.gwt.user.client.rpc.IsSerializable, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected int |
internalId |
| Constructor and Description |
|---|
DataSource()
Instantiates a new data source.
|
DataSource(String id,
String name)
Instantiates a new data source.
|
DataSource(String id,
String name,
String description)
Instantiates a new data source.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the description.
|
String |
getId()
Gets the id.
|
String |
getName()
Gets the name.
|
void |
setDescription(String description)
Sets the description.
|
void |
setId(String id)
Sets the id.
|
void |
setName(String name)
Sets the name.
|
String |
toString() |
public DataSource()
public DataSource(String id, String name, String description)
id - the idname - the namedescription - the descriptionpublic String getId()
public void setId(String id)
id - the new idpublic String getName()
public void setName(String name)
name - the new namepublic String getDescription()
public void setDescription(String description)
description - the new descriptionCopyright © 2020. All Rights Reserved.