public class SetInfo extends Object
| Constructor and Description |
|---|
SetInfo() |
SetInfo(String spec,
String name,
String description,
boolean enabled) |
SetInfo(String spec,
String name,
String description,
String enabled)
This is a string-only constructor to be used by the SplittedQueryExecutor, which enables us to create instances of this class
directly from the information in the IS.
|
SetInfo(String spec,
String name,
String description,
String query,
boolean enabled) |
SetInfo(String spec,
String name,
String description,
String query,
String enabled)
This is a string-only constructor to be used by the SplittedQueryExecutor, which enables us to create instances of this class
directly from the information in the IS.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getQuery() |
String |
getSetDescription() |
String |
getSetName() |
String |
getSetSpec() |
boolean |
isEnabled() |
void |
setEnabled(boolean enabled) |
void |
setQuery(String query) |
void |
setSetDescription(String setDescription) |
void |
setSetName(String setName) |
void |
setSetSpec(String setSpec) |
String |
toString() |
public SetInfo()
public SetInfo(String spec, String name, String description, String enabled)
spec - name - description - enabled - public SetInfo(String spec, String name, String description, String query, String enabled)
spec - name - description - query - enabled - public String getSetSpec()
public void setSetSpec(String setSpec)
public String getSetDescription()
public void setSetDescription(String setDescription)
public String getQuery()
public void setQuery(String query)
public String getSetName()
public void setSetName(String setName)
public boolean isEnabled()
public void setEnabled(boolean enabled)
Copyright © 2018. All rights reserved.