com.funambol.syncclient.spds.engine
Class SyncItemProperty
java.lang.Object
com.funambol.syncclient.spds.engine.SyncItemProperty
public class SyncItemProperty
- extends java.lang.Object
Represents a property (a piece of information) of a SyncItem.
Constructor Summary |
SyncItemProperty(java.lang.String name,
java.lang.Object value)
|
SyncItemProperty(java.lang.String name,
java.lang.Object value,
java.lang.String type)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SyncItemProperty
public SyncItemProperty(java.lang.String name,
java.lang.Object value)
SyncItemProperty
public SyncItemProperty(java.lang.String name,
java.lang.Object value,
java.lang.String type)
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)
getType
public java.lang.String getType()
setType
public void setType(java.lang.String type)
isKey
public boolean isKey()
getValue
public java.lang.Object getValue()
setValue
public void setValue(java.lang.Object value)
Copyright © 2003-2007 Funambol.