|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdel.icio.us.beans.Bundle
Bundle
Constructor Summary | |
Bundle(java.lang.String name,
java.lang.String tags)
Create a new bundle with a bundle name and a space separated list of tags |
Method Summary | |
java.lang.String |
getName()
Get the name of this bundle |
java.lang.String |
getTags()
Get the space separated list of tags for this bundle |
java.lang.String[] |
getTagsAsArray()
Get the list of tags as a String[] |
void |
setName(java.lang.String name)
Set the name of this bundle |
void |
setTags(java.lang.String tags)
Set the list of tags for this bundle |
java.lang.String |
toString()
Object as name:tags string |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public Bundle(java.lang.String name, java.lang.String tags)
name
- Bundle nametags
- List of tagsMethod Detail |
public java.lang.String getName()
public void setName(java.lang.String name)
name
- Name of this bundlepublic java.lang.String getTags()
public void setTags(java.lang.String tags)
tags
- List of tags for this bundlepublic java.lang.String[] getTagsAsArray()
String[]
String []
public java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |