public class ContactTag extends APIBean
| Constructor and Description |
|---|
ContactTag()
Default constructor
|
ContactTag(java.lang.String tagName,
java.lang.String tagValue)
Constructor used by the implementation
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getTagName()
Returns the tagName of the Tag
|
java.lang.String |
getTagValue()
Returns the tagValue of the Tag
|
void |
setTagName(java.lang.String tagName)
Set the tagName of the Tag
|
void |
setTagValue(java.lang.String tagValue)
Set the tagValue of the Tag
|
public ContactTag()
public ContactTag(java.lang.String tagName,
java.lang.String tagValue)
tagValue - Value of the tagtagName - Name of the tagpublic java.lang.String getTagName()
public void setTagName(java.lang.String tagName)
tagName - Name of the tagpublic java.lang.String getTagValue()
public void setTagValue(java.lang.String tagValue)
tagValue - Value of the tag