org.glassfish.jersey.examples.oauth2.googleclient.entity
Class TaskBean

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

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

Constructor Detail

TaskBean

public TaskBean()
Method Detail

getTitle

public String getTitle()

setTitle

public void setTitle(String title)


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