|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.objectplanet.survey.plugin.api.ListItem
public class ListItem
This class represents a list item. Necessary attributes for list items are name (what to show in the list) and id (list item identifier). These are used in the list of surveys and folders.
Method Summary | |
---|---|
long |
getItemId()
Gets the id of the list item |
java.lang.String |
getItemName()
Gets the name |
void |
setItemId(long itemId)
Sets the id of the list item |
void |
setItemName(java.lang.String itemName)
Sets the name of list item |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public void setItemId(long itemId)
itemId
- The new idpublic void setItemName(java.lang.String itemName)
itemName
- The new list item namepublic long getItemId()
public java.lang.String getItemName()
|
Copyright ? ObjectPlanet Inc. All Rights Reserved. | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |