org.glassfish.jersey.examples.oauth2.googleclient.model
Class TaskListModel

java.lang.Object
  extended by org.glassfish.jersey.examples.oauth2.googleclient.model.TaskListModel

public class TaskListModel
extends Object

Model (MVC) that contains one task list with many tasks.

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

Constructor Summary
TaskListModel(String title, List<TaskModel> tasks)
           
 
Method Summary
 List<TaskModel> getTasks()
           
 String getTitle()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TaskListModel

public TaskListModel(String title,
                     List<TaskModel> tasks)
Method Detail

getTitle

public String getTitle()

getTasks

public List<TaskModel> getTasks()


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