org.glassfish.jersey.examples.oauth2.googleclient.entity
Class TaskListBean

java.lang.Object
  extended by org.glassfish.jersey.examples.oauth2.googleclient.entity.TaskListBean

public class TaskListBean
extends Object

Bean that contains one Google task list.

Author:
Miroslav Fuksa (miroslav.fuksa at oracle.com)

Constructor Summary
TaskListBean()
           
 
Method Summary
 String getId()
           
 List<TaskBean> getTasks()
           
 String getTitle()
           
 void setId(String id)
           
 void setTasks(List<TaskBean> taskBeans)
           
 void setTitle(String title)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TaskListBean

public TaskListBean()
Method Detail

getId

public String getId()

setId

public void setId(String id)

getTitle

public String getTitle()

setTitle

public void setTitle(String title)

getTasks

public List<TaskBean> getTasks()

setTasks

public void setTasks(List<TaskBean> taskBeans)


Copyright © 2007-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.