|
|||||||||
| Home >> All >> org >> integralsource >> monsoon >> [ data overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.integralsource.monsoon.data
Class Item

java.lang.Objectorg.integralsource.monsoon.data.Item
- public class Item
- extends java.lang.Object
Java representation of an item.
| Field Summary | |
private java.lang.Boolean |
_complete
|
private java.lang.String |
_description
|
private java.lang.String |
_id
|
private java.lang.String |
_priority
|
private java.lang.String |
_title
|
| Constructor Summary | |
Item(java.lang.String id,
java.lang.String title,
java.lang.String description,
java.lang.String priority,
java.lang.Boolean complete)
Constructor |
|
| Method Summary | |
java.lang.String |
getDescription()
Returns the description of this item |
java.lang.String |
getId()
Returns the id of this item |
java.lang.String |
getPriority()
Returns the priority of this item |
java.lang.String |
getTitle()
Returns the title of this item |
java.lang.Boolean |
isComplete()
Returns true if this item is complete |
void |
setComplete(java.lang.Boolean complete)
Sets the priority of this item to priority |
void |
setDescription(java.lang.String description)
Sets the description of this item to descrption |
void |
setId(java.lang.String id)
Sets the id of this item to id |
void |
setPriority(java.lang.String priority)
Sets the priority of this item to priority |
void |
setTitle(java.lang.String title)
Sets the title of this item to title |
java.lang.String |
toString()
Returns the string representation of this item |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
_id
private java.lang.String _id
_title
private java.lang.String _title
_description
private java.lang.String _description
_priority
private java.lang.String _priority
_complete
private java.lang.Boolean _complete
| Constructor Detail |
Item
public Item(java.lang.String id, java.lang.String title, java.lang.String description, java.lang.String priority, java.lang.Boolean complete)
- Constructor
| Method Detail |
setId
public void setId(java.lang.String id)
- Sets the id of this item to
id
getId
public java.lang.String getId()
- Returns the id of this item
setTitle
public void setTitle(java.lang.String title)
- Sets the title of this item to
title
getTitle
public java.lang.String getTitle()
- Returns the title of this item
setDescription
public void setDescription(java.lang.String description)
- Sets the description of this item to
descrption
getDescription
public java.lang.String getDescription()
- Returns the description of this item
setPriority
public void setPriority(java.lang.String priority)
- Sets the priority of this item to
priority
getPriority
public java.lang.String getPriority()
- Returns the priority of this item
setComplete
public void setComplete(java.lang.Boolean complete)
- Sets the priority of this item to
priority
isComplete
public java.lang.Boolean isComplete()
- Returns true if this item is complete
toString
public java.lang.String toString()
- Returns the string representation of this item
|
|||||||||
| Home >> All >> org >> integralsource >> monsoon >> [ data overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.integralsource.monsoon.data.Item