com.shephertz.app42.paas.sdk.jme.appTab
Class BillResponseBuilder

java.lang.Object
  extended by com.shephertz.app42.paas.sdk.jme.App42ResponseBuilder
      extended by com.shephertz.app42.paas.sdk.jme.appTab.BillResponseBuilder

public class BillResponseBuilder
extends App42ResponseBuilder


Constructor Summary
BillResponseBuilder()
           
 
Method Summary
 void buildObjectFromJSONTree(java.lang.Object obj, org.json.jme.JSONObject jsonObj)
           
 Bill buildResponse(java.lang.String json)
           
 
Methods inherited from class com.shephertz.app42.paas.sdk.jme.App42ResponseBuilder
getNames, getServiceJSONObject, getTotalRecords, isResponseSuccess
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BillResponseBuilder

public BillResponseBuilder()
Method Detail

buildObjectFromJSONTree

public void buildObjectFromJSONTree(java.lang.Object obj,
                                    org.json.jme.JSONObject jsonObj)
                             throws java.lang.Exception
Specified by:
buildObjectFromJSONTree in class App42ResponseBuilder
Throws:
java.lang.Exception

buildResponse

public Bill buildResponse(java.lang.String json)
                   throws java.lang.Exception
Throws:
java.lang.Exception