org.glassfish.jersey.examples.oauth2.googleclient.entity
Class TaskBean
java.lang.Object
org.glassfish.jersey.examples.oauth2.googleclient.entity.TaskBean
public class TaskBean
- extends Object
Bean 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 |
TaskBean
public TaskBean()
getTitle
public String getTitle()
setTitle
public void setTitle(String title)
Copyright © 2007-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.