|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.shephertz.app42.paas.sdk.jme.App42Response
com.shephertz.app42.paas.sdk.jme.storage.Storage
public class Storage
This Storage object is the value object which contains the properties of Storage along with the setter & getter for those properties.
Nested Class Summary | |
---|---|
class |
Storage.JSONDocument
An inner class that contains the remaining properties of the Storage. |
Field Summary | |
---|---|
java.lang.String |
collectionName
|
java.lang.String |
dbName
|
java.util.Vector |
jsonDocList
|
Constructor Summary | |
---|---|
Storage()
|
Method Summary | |
---|---|
java.lang.String |
getCollectionName()
Returns the collection name of the storage |
java.lang.String |
getDbName()
Returns the name of the database. |
java.util.Vector |
getJsonDocList()
Returns the json document list of storage |
void |
setCollectionName(java.lang.String collectionName)
Sets the collection name of storage. |
void |
setDbName(java.lang.String dbName)
Sets the name of the database. |
void |
setJsonDocList(java.util.Vector jsonDocList)
Sets the Json doc list |
Methods inherited from class com.shephertz.app42.paas.sdk.jme.App42Response |
---|
getStrResponse, getTotalRecords, isResponseSuccess, setResponseSuccess, setStrResponse, setTotalRecords, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public java.lang.String collectionName
public java.lang.String dbName
public java.util.Vector jsonDocList
Constructor Detail |
---|
public Storage()
Method Detail |
---|
public java.lang.String getCollectionName()
public java.lang.String getDbName()
public java.util.Vector getJsonDocList()
public void setCollectionName(java.lang.String collectionName)
collectionName
- - Collection name of storagepublic void setDbName(java.lang.String dbName)
dbName
- - Database name for storage json documentpublic void setJsonDocList(java.util.Vector jsonDocList)
jsonDocList
- - json document list of the storage
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |