org.glassfish.jersey.examples.oauth2.googleclient.model
Class AllTaskListsModel
java.lang.Object
org.glassfish.jersey.examples.oauth2.googleclient.model.AllTaskListsModel
public class AllTaskListsModel
- extends Object
Model (MVC) that contains all task lists.
- 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 |
AllTaskListsModel
public AllTaskListsModel(List<TaskListModel> taskListModels)
getTaskListModels
public List<TaskListModel> getTaskListModels()
Copyright © 2007-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.