com.funambol.common.pim.model.common
Class XTag

java.lang.Object
  extended by com.funambol.common.pim.model.common.XTag

public class XTag
extends java.lang.Object

An object representing a custom property.


Constructor Summary
XTag()
          Creates an empty custom property with no tag specified.
 
Method Summary
 Property getXTag()
          Returns the custom property.
 java.lang.String getXTagValue()
          Returns the tag for this custom property.
 void setXTagValue(java.lang.String xtagValue)
          Sets the tag name for this custom property
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XTag

public XTag()
Creates an empty custom property with no tag specified.

Method Detail

getXTag

public Property getXTag()
Returns the custom property.

Returns:
the underlying Property object

getXTagValue

public java.lang.String getXTagValue()
Returns the tag for this custom property.

Returns:
the tag name

setXTagValue

public void setXTagValue(java.lang.String xtagValue)
Sets the tag name for this custom property

Parameters:
xtagValue - a tag name (including the "X-" part).


Copyright © 2001-2009 Funambol.