com.funambol.ws.client
Class Item
java.lang.Object
com.funambol.ws.client.Item
- public class Item
- extends java.lang.Object
This class is used to exchage the sync item data between the Funambol Web
Services Connector and different web services
Constructor Summary |
Item()
Creates a new instance of Item |
Item(java.lang.String key,
java.lang.String format,
java.lang.String type,
byte[] content)
Creates a new instance of Item |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Item
public Item()
- Creates a new instance of Item
Item
public Item(java.lang.String key,
java.lang.String format,
java.lang.String type,
byte[] content)
- Creates a new instance of Item
getKey
public java.lang.String getKey()
setKey
public void setKey(java.lang.String key)
getFormat
public java.lang.String getFormat()
setFormat
public void setFormat(java.lang.String format)
getType
public java.lang.String getType()
setType
public void setType(java.lang.String type)
getContent
public byte[] getContent()
setContent
public void setContent(byte[] content)
Copyright © 2005-2006 Funambol.