|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.cnes.sitools.datasource.mongodb.model.Database
public final class Database
Base class for database representation
Constructor Summary | |
---|---|
Database()
Default constructor |
Method Summary | |
---|---|
java.util.List<Collection> |
getCollections()
Gets the collections value |
java.lang.String |
getUrl()
Gets the URL value |
void |
setCollections(java.util.List<Collection> collections)
Sets the value of collections |
void |
setUrl(java.lang.String url)
Sets the value of URL |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Database()
Method Detail |
---|
public java.lang.String getUrl()
public void setUrl(java.lang.String url)
url
- the URL to setpublic java.util.List<Collection> getCollections()
public void setCollections(java.util.List<Collection> collections)
collections
- the collections to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |