org.kie.workbench.common.screens.datamodeller.model
Class GenerationResult
java.lang.Object
org.kie.workbench.common.screens.datamodeller.model.DataModelerResult
org.kie.workbench.common.screens.datamodeller.model.GenerationResult
@Portable
public class GenerationResult
- extends DataModelerResult
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GenerationResult
public GenerationResult()
GenerationResult
public GenerationResult(String source,
DataObjectTO dataObject,
List<DataModelerError> errors)
getGenerationTime
public long getGenerationTime()
getGenerationTimeSeconds
public long getGenerationTimeSeconds()
setGenerationTime
public void setGenerationTime(long generationTime)
getObjectFingerPrints
public Map<String,String> getObjectFingerPrints()
setObjectFingerPrints
public void setObjectFingerPrints(Map<String,String> objectFingerPrints)
getSource
public String getSource()
setSource
public void setSource(String source)
getDataObject
public DataObjectTO getDataObject()
setDataObject
public void setDataObject(DataObjectTO dataObject)
getPath
public org.uberfire.backend.vfs.Path getPath()
setPath
public void setPath(org.uberfire.backend.vfs.Path path)
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.