public class ServiceDefinition extends Object
Constructor and Description |
---|
ServiceDefinition() |
Modifier and Type | Method and Description |
---|---|
String |
getCorrectProjection() |
List<DynObject> |
getData() |
File |
getFile() |
Parser |
getParser() |
IProjection |
getProjection() |
void |
setData(List<DynObject> data) |
void |
setFile(File file) |
void |
setParser(Parser parser) |
void |
setProjection(IProjection projection) |
String |
toString() |
public File getFile()
public void setFile(File file)
public Parser getParser()
public void setParser(Parser parser)
public IProjection getProjection()
public void setProjection(IProjection projection)
public String getCorrectProjection()