public class ExampleStatement extends Object implements Serializable
| Constructor and Description |
|---|
ExampleStatement()
Creates a new ExampleStatement
|
ExampleStatement(String statement,
String description)
Creates a new ExampleStatement instance using fields
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getStatement() |
void |
setDescription(String description)
a description what the statement is for, or what it should return
|
void |
setStatement(String statement)
the sql statement
|
String |
toString() |
public String getStatement()
public void setStatement(String statement)
statement - the statement to setpublic String getDescription()
public void setDescription(String description)
description - the description to setCopyright © 2016–2017. All rights reserved.