Dekoh platform API

com.pramati.bfly.das.contacts.persistence
Class Tag

java.lang.Object
  extended by TagDO
      extended by 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)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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.

Dekoh platform API

© 2009 Pramati Technologies - Dekoh - Portal for Developers