|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.funambol.common.pim.model.common.XTag
public class XTag
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 |
---|
public XTag()
Method Detail |
---|
public Property getXTag()
public java.lang.String getXTagValue()
public void setXTagValue(java.lang.String xtagValue)
xtagValue
- a tag name (including the "X-" part).
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |