com.pramati.bfly.das.contacts.persistence
Class Tag
java.lang.Object
TagDO
com.pramati.bfly.das.contacts.persistence.Tag
public class Tag
- extends TagDO
Tag is a word or a phrase that is used to group together Contacts. Use Contact.addTag(Tag) for adding a new Tag to a Contact.
- Since:
- 14 Feb, 2007
|
Constructor Summary |
Tag()
To create an Tag with empty tagName. |
Tag(String tag)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Tag
public Tag()
- To create an
Tag with empty tagName. Developers are adviced no use this api for creating a Tag
instance, Instead should use Tag.Tag(String)
Tag
public Tag(String tag)
- Parameters:
tag - tag for this contact.
© 2009 Pramati Technologies - Dekoh - Portal for Developers