Package com.c8db.entity
Class DatabaseEntity
- java.lang.Object
-
- com.c8db.entity.DatabaseEntity
-
-
Constructor Summary
Constructors Constructor Description DatabaseEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetId()BooleangetIsSystem()StringgetName()StringgetPath()
-
-
-
Method Detail
-
getId
public String getId()
- Returns:
- the id of the database
-
getName
public String getName()
- Returns:
- the name of the database
-
getPath
public String getPath()
- Returns:
- the filesystem path of the database
-
getIsSystem
public Boolean getIsSystem()
- Returns:
- whether or not the database is the _system database
-
-