org.apache.hadoop.chukwa.rest.bean
Class ViewBean

java.lang.Object
  extended by org.apache.hadoop.chukwa.rest.bean.ViewBean

public class ViewBean
extends Object


Constructor Summary
ViewBean()
           
ViewBean(org.json.JSONObject json)
           
 
Method Summary
 String deserialize()
           
 String getDescription()
           
 String getName()
           
 String getOwner()
           
 PagesBean[] getPages()
           
 int getPagesCount()
           
 String getPermissionType()
           
 void setDescription(String description)
           
 void setName(String name)
           
 void setOwner(String owner)
           
 void setPages(PagesBean[] pages)
           
 void setPermissionType(String permissionType)
           
 void update()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewBean

public ViewBean()

ViewBean

public ViewBean(org.json.JSONObject json)
         throws ParseException
Throws:
ParseException
Method Detail

getPages

public PagesBean[] getPages()

getPagesCount

public int getPagesCount()

getDescription

public String getDescription()

getOwner

public String getOwner()

getName

public String getName()

getPermissionType

public String getPermissionType()

setPages

public void setPages(PagesBean[] pages)

setDescription

public void setDescription(String description)

setOwner

public void setOwner(String owner)

setName

public void setName(String name)

setPermissionType

public void setPermissionType(String permissionType)

update

public void update()

deserialize

public String deserialize()


Copyright © ${year} The Apache Software Foundation