org.opencrx.application.airsync.server
Class SyncCollection
java.lang.Object
org.opencrx.application.airsync.server.SyncCollection
- All Implemented Interfaces:
- Serializable
public class SyncCollection
- extends Object
- implements Serializable
- See Also:
- Serialized Form
SYNC_TRUNCATION_ALL
public static final Integer SYNC_TRUNCATION_ALL
SyncCollection
public SyncCollection()
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.