org.opencrx.application.airsync.server
Class SyncCollection

java.lang.Object
  extended by org.opencrx.application.airsync.server.SyncCollection
All Implemented Interfaces:
Serializable

public class SyncCollection
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
static Integer SYNC_TRUNCATION_ALL
           
 
Constructor Summary
SyncCollection()
           
 
Method Summary
static SyncCollection decode(Element e)
           
 boolean equals(Object obj)
           
 BodyPreference getBodyPreference()
           
 String getCollectionId()
           
 Integer getConflict()
           
 DataType getDataType()
           
 FilterType getFilterType()
           
 Integer getMaxItems()
           
 Integer getMimeSupport()
           
 Integer getMimeTruncation()
           
 String getSyncKey()
           
 Integer getTruncation()
           
 Integer getWindowSize()
           
 int hashCode()
           
 boolean isDeletesAsMoves()
           
 boolean isGetChanges()
           
 boolean isImportedChanges()
           
 boolean isMoreAvailable()
           
 void setBodyPreference(BodyPreference bodyPreference)
           
 void setCollectionId(String collectionId)
           
 void setConflict(Integer conflict)
           
 void setDataType(DataType dataType)
           
 void setDeletesAsMoves(boolean deletesAsMoves)
           
 void setFilterType(FilterType filterType)
           
 void setGetChanges(boolean getChanges)
           
 void setImportedChanges(boolean importedChanges)
           
 void setMaxItems(Integer maxItems)
           
 void setMimeSupport(Integer mimeSupport)
           
 void setMimeTruncation(Integer mimeTruncation)
           
 void setMoreAvailable(boolean moreAvailable)
           
 void setSyncKey(String syncKey)
           
 void setTruncation(Integer truncation)
           
 void setWindowSize(Integer windowSize)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SYNC_TRUNCATION_ALL

public static final Integer SYNC_TRUNCATION_ALL
Constructor Detail

SyncCollection

public SyncCollection()
Method Detail

isImportedChanges

public boolean isImportedChanges()

setImportedChanges

public void setImportedChanges(boolean importedChanges)

getMaxItems

public Integer getMaxItems()

setMaxItems

public void setMaxItems(Integer maxItems)

isGetChanges

public boolean isGetChanges()

setGetChanges

public void setGetChanges(boolean getChanges)

getDataType

public DataType getDataType()

setDataType

public void setDataType(DataType dataType)

getConflict

public Integer getConflict()

setConflict

public void setConflict(Integer conflict)

getCollectionId

public String getCollectionId()

setCollectionId

public void setCollectionId(String collectionId)

getSyncKey

public String getSyncKey()

setSyncKey

public void setSyncKey(String syncKey)

getTruncation

public Integer getTruncation()

setTruncation

public void setTruncation(Integer truncation)

isDeletesAsMoves

public boolean isDeletesAsMoves()

setDeletesAsMoves

public void setDeletesAsMoves(boolean deletesAsMoves)

getFilterType

public FilterType getFilterType()

setFilterType

public void setFilterType(FilterType filterType)

getWindowSize

public Integer getWindowSize()

setWindowSize

public void setWindowSize(Integer windowSize)

isMoreAvailable

public boolean isMoreAvailable()

setMoreAvailable

public void setMoreAvailable(boolean moreAvailable)

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getMimeSupport

public Integer getMimeSupport()

setMimeSupport

public void setMimeSupport(Integer mimeSupport)

getMimeTruncation

public Integer getMimeTruncation()

setMimeTruncation

public void setMimeTruncation(Integer mimeTruncation)

getBodyPreference

public BodyPreference getBodyPreference()

setBodyPreference

public void setBodyPreference(BodyPreference bodyPreference)

decode

public static SyncCollection decode(Element e)


This software is published under the BSD license. Copyright © 2003-2010, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.