org.glassfish.jersey.examples.oauth2.googleclient.model
Class TaskModel
java.lang.Object
org.glassfish.jersey.examples.oauth2.googleclient.model.TaskModel
public class TaskModel
- extends Object
Model (MVC) that contains one google task.
- 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 |
TaskModel
public TaskModel(String title)
getTitle
public String getTitle()
Copyright © 2007-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.