com.shephertz.app42.paas.sdk.jme.storage
Class Storage

java.lang.Object
  extended by com.shephertz.app42.paas.sdk.jme.App42Response
      extended by com.shephertz.app42.paas.sdk.jme.storage.Storage

public class Storage
extends App42Response

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

collectionName

public java.lang.String collectionName

dbName

public java.lang.String dbName

jsonDocList

public java.util.Vector jsonDocList
Constructor Detail

Storage

public Storage()
Method Detail

getCollectionName

public java.lang.String getCollectionName()
Returns the collection name of the storage

Returns:
collection name of storage

getDbName

public java.lang.String getDbName()
Returns the name of the database.

Returns:
the name of the database.

getJsonDocList

public java.util.Vector getJsonDocList()
Returns the json document list of storage

Returns:
json document list of storage

setCollectionName

public void setCollectionName(java.lang.String collectionName)
Sets the collection name of storage.

Parameters:
collectionName - - Collection name of storage

setDbName

public void setDbName(java.lang.String dbName)
Sets the name of the database.

Parameters:
dbName - - Database name for storage json document

setJsonDocList

public void setJsonDocList(java.util.Vector jsonDocList)
Sets the Json doc list

Parameters:
jsonDocList - - json document list of the storage