|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.funambol.push.SyncInfo
public class SyncInfo
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 |
---|
public SyncInfo()
Method Detail |
---|
public void setSyncType(int syncType)
int:
- syncType sets sycType information parsed from notification
messagepublic void setContentType(java.lang.String contentType)
String:
- contentType sets contentType information parsed from
notification messagepublic void setServerUri(java.lang.String serverUri)
String:
- serverUri sets serverUri information parsed from notification
messagepublic int getSyncType()
public java.lang.String getContentType()
String:
- contentType sets contentType information parsed from
notification messagepublic java.lang.String getServerUri()
String:
- serverUri sets serverUri information parsed from notification
message
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |