com.funambol.push
Class SyncInfo

java.lang.Object
  extended by com.funambol.push.SyncInfo

public class SyncInfo
extends java.lang.Object

Class for storing sync information parsed from notification message


Constructor Summary
SyncInfo()
           
 
Method Summary
 java.lang.String getContentType()
          sets the String : contentType
 java.lang.String getServerUri()
          sets the String : serverUri
 int getSyncType()
           
 void setContentType(java.lang.String contentType)
          sets the String : contentType
 void setServerUri(java.lang.String serverUri)
          sets the String : serverUri
 void setSyncType(int syncType)
          sets the int : syncType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SyncInfo

public SyncInfo()
Method Detail

setSyncType

public void setSyncType(int syncType)
sets the int : syncType

Parameters:
int: - syncType sets sycType information parsed from notification message

setContentType

public void setContentType(java.lang.String contentType)
sets the String : contentType

Parameters:
String: - contentType sets contentType information parsed from notification message

setServerUri

public void setServerUri(java.lang.String serverUri)
sets the String : serverUri

Parameters:
String: - serverUri sets serverUri information parsed from notification message

getSyncType

public int getSyncType()

getContentType

public java.lang.String getContentType()
sets the String : contentType

Parameters:
String: - contentType sets contentType information parsed from notification message

getServerUri

public java.lang.String getServerUri()
sets the String : serverUri

Parameters:
String: - serverUri sets serverUri information parsed from notification message


Copyright © 2001-2009 Funambol.