com.funambol.ws.client
Class Item

java.lang.Object
  extended bycom.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
 
Method Summary
 byte[] getContent()
           
 java.lang.String getFormat()
           
 java.lang.String getKey()
           
 java.lang.String getType()
           
 void setContent(byte[] content)
           
 void setFormat(java.lang.String format)
           
 void setKey(java.lang.String key)
           
 void setType(java.lang.String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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

Method Detail

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.