@Entity public class Rdb2RdfConfig extends ResourceBase
| Constructor and Description |
|---|
Rdb2RdfConfig() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getContextPath() |
Integer |
getId() |
JdbcDataSource |
getJdbcDataSource() |
Integer |
getMaxExecutionTimeInSeconds() |
Integer |
getMaxResultSetRows() |
TextResource |
getTextResource() |
int |
hashCode() |
void |
setContextPath(String contextPath) |
void |
setId(Integer id) |
void |
setJdbcDataSource(JdbcDataSource jdbcDataSource) |
void |
setMaxExecutionTimeInSeconds(Integer maxExecutionTimeInSeconds) |
void |
setMaxResultSetRows(Integer maxResultSetRows) |
void |
setTextResource(TextResource textResource) |
getPrimaryComment, getPrimaryLabel, setPrimaryComment, setPrimaryLabel, toStringpublic Integer getId()
public void setId(Integer id)
public JdbcDataSource getJdbcDataSource()
public void setJdbcDataSource(JdbcDataSource jdbcDataSource)
public TextResource getTextResource()
public void setTextResource(TextResource textResource)
public String getContextPath()
public void setContextPath(String contextPath)
public Integer getMaxResultSetRows()
public void setMaxResultSetRows(Integer maxResultSetRows)
public Integer getMaxExecutionTimeInSeconds()
public void setMaxExecutionTimeInSeconds(Integer maxExecutionTimeInSeconds)
public int hashCode()
hashCode in class ResourceBasepublic boolean equals(Object obj)
equals in class ResourceBaseCopyright © 2015. All rights reserved.