com.clickntap.hub
Class BO

java.lang.Object
  extended by com.clickntap.tool.bean.BeanId
      extended by com.clickntap.tool.bean.Bean
          extended by com.clickntap.hub.BO
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
UiCalendar, UiCalendarInstance

public class BO
extends Bean

See Also:
Serialized Form

Constructor Summary
BO()
           
BO(javax.servlet.http.HttpServletRequest request)
           
 
Method Summary
 BOManager getApp()
           
 void setApp(BOManager app)
           
 org.json.JSONObject toJSON()
           
 
Methods inherited from class com.clickntap.tool.bean.Bean
clear, clone, copyFrom, copyTo, create, createOrUpdate, delete, execute, get, getBeanManager, read, read, setBeanManager, stream, toMap, toMap, update
 
Methods inherited from class com.clickntap.tool.bean.BeanId
getId, setId
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BO

public BO()

BO

public BO(javax.servlet.http.HttpServletRequest request)
   throws Exception
Throws:
Exception
Method Detail

setApp

public void setApp(BOManager app)

getApp

public BOManager getApp()
                 throws Exception
Throws:
Exception

toJSON

public org.json.JSONObject toJSON()


Copyright © 2014. All rights reserved.