@Portable public class GenerationResult extends DataModelerResult
errors| Constructor and Description |
|---|
GenerationResult() |
GenerationResult(String source,
DataObject dataObject,
List<DataModelerError> errors) |
| Modifier and Type | Method and Description |
|---|---|
DataObject |
getDataObject() |
long |
getGenerationTime() |
long |
getGenerationTimeSeconds() |
Map<String,String> |
getObjectFingerPrints() |
org.uberfire.backend.vfs.Path |
getPath() |
String |
getSource() |
void |
setDataObject(DataObject dataObject) |
void |
setGenerationTime(long generationTime) |
void |
setObjectFingerPrints(Map<String,String> objectFingerPrints) |
void |
setPath(org.uberfire.backend.vfs.Path path) |
void |
setSource(String source) |
getErrors, hasErrors, setErrorspublic GenerationResult()
public GenerationResult(String source, DataObject dataObject, List<DataModelerError> errors)
public long getGenerationTime()
public long getGenerationTimeSeconds()
public void setGenerationTime(long generationTime)
public String getSource()
public void setSource(String source)
public DataObject getDataObject()
public void setDataObject(DataObject dataObject)
public org.uberfire.backend.vfs.Path getPath()
public void setPath(org.uberfire.backend.vfs.Path path)
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.