org.glassfish.jersey.examples.oauth2.googleclient.model
Class TaskListModel
java.lang.Object
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)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TaskListModel
public TaskListModel(String title,
List<TaskModel> tasks)
getTitle
public String getTitle()
getTasks
public List<TaskModel> getTasks()
Copyright © 2007-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.