public class Project extends Object
#benchmarkMetadata or the #systemMetadata might
be null but never both at the same time.| Modifier and Type | Field and Description |
|---|---|
org.apache.jena.rdf.model.Model |
benchmarkModel
Content of the benchmark meta data file.
|
Date |
createdAt
creation date of the project
|
boolean |
isPrivate
Flag showing whether the project is private.
|
String |
name
Name of the owner of this project
|
org.apache.jena.rdf.model.Model |
systemModel
Content of the system meta data file.
|
String |
user
Deprecated.
|
| Constructor and Description |
|---|
Project(org.apache.jena.rdf.model.Model benchmarkModel,
org.apache.jena.rdf.model.Model systemModel,
String user,
String name,
Date createdAt,
boolean isPrivate) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.jena.rdf.model.Model |
getBenchmarkModel() |
Date |
getCreatedAt() |
String |
getName() |
org.apache.jena.rdf.model.Model |
getSystemModel() |
String |
getUser()
Deprecated.
|
boolean |
isPrivate() |
void |
setBenchmarkModel(org.apache.jena.rdf.model.Model benchmarkModel) |
void |
setCreatedAt(Date createdAt) |
void |
setName(String name) |
void |
setPrivate(boolean isPrivate) |
void |
setSystemModel(org.apache.jena.rdf.model.Model systemModel) |
void |
setUser(String user)
Deprecated.
|
public org.apache.jena.rdf.model.Model benchmarkModel
public org.apache.jena.rdf.model.Model systemModel
@Deprecated public String user
public String name
public Date createdAt
public boolean isPrivate
public org.apache.jena.rdf.model.Model getBenchmarkModel()
public void setBenchmarkModel(org.apache.jena.rdf.model.Model benchmarkModel)
benchmarkModel - the benchmarkModel to setpublic org.apache.jena.rdf.model.Model getSystemModel()
public void setSystemModel(org.apache.jena.rdf.model.Model systemModel)
systemModel - the systemModel to set@Deprecated public String getUser()
@Deprecated public void setUser(String user)
user - the user to setpublic String getName()
public void setName(String name)
name - the name to setpublic Date getCreatedAt()
public void setCreatedAt(Date createdAt)
createdAt - the createdAt to setpublic boolean isPrivate()
public void setPrivate(boolean isPrivate)
isPrivate - the isPrivate to setCopyright © 2017–2018. All rights reserved.