public class InputGraph extends EntityWithSurrogateKey
Modifier and Type | Field and Description |
---|---|
Integer |
engineId |
String |
engineUUID |
Boolean |
isInCleanDB |
String |
namedGraphsPrefix |
Integer |
pipelineAuthorId |
Integer |
pipelineId |
String |
pipelineLabel |
Integer |
stateId |
String |
stateLabel |
Timestamp |
updated |
String |
UUID |
id
Constructor and Description |
---|
InputGraph(Integer id,
String UUID,
Integer stateId,
Boolean isInCleanDB,
String namedGraphsPrefix,
Integer engineId,
Integer pipelineId,
Timestamp updated,
String engineUUID,
String pipelineLabel,
Integer pipelineAuthorId,
String stateLabel) |
Modifier and Type | Method and Description |
---|---|
EnumDatabaseInstance |
getDatabaseInstance() |
Integer |
getEngineId() |
String |
getEngineUUID() |
Boolean |
getIsInCleanDB() |
String |
getNamedGraphsPrefix() |
Integer |
getPipelineAuthorId() |
Integer |
getPipelineId() |
String |
getPipelineLabel() |
Integer |
getStateId() |
String |
getStateLabel() |
Timestamp |
getUpdated() |
String |
getUUID() |
getId, setId
public String UUID
public Integer stateId
public Boolean isInCleanDB
public Integer engineId
public Integer pipelineId
public Timestamp updated
public String namedGraphsPrefix
public String engineUUID
public String pipelineLabel
public Integer pipelineAuthorId
public String stateLabel
public String getUUID()
public Integer getStateId()
public Boolean getIsInCleanDB()
public String getNamedGraphsPrefix()
public Integer getEngineId()
public Integer getPipelineId()
public Timestamp getUpdated()
public String getEngineUUID()
public String getPipelineLabel()
public String getStateLabel()
public EnumDatabaseInstance getDatabaseInstance()
public Integer getPipelineAuthorId()
Copyright © 2013. All Rights Reserved.