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

java.lang.Object
  extended by 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)

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

Constructor Detail

TaskModel

public TaskModel(String title)
Method Detail

getTitle

public String getTitle()


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