org.opencrx.application.airsync.backend.cci
Class ClientProfile.Folder

java.lang.Object
  extended by org.opencrx.application.airsync.backend.cci.ClientProfile.Folder
Enclosing class:
ClientProfile

public static class ClientProfile.Folder
extends Object


Nested Class Summary
static class ClientProfile.Folder.ItemIdMapping
           
 class ClientProfile.Folder.ItemIdMappings
           
 
Field Summary
protected  int generation
           
protected  Properties idMap
           
 
Constructor Summary
ClientProfile.Folder()
           
 
Method Summary
 String getClientId()
           
 int getGeneration()
           
protected  int getGeneration(String key)
           
 Properties getIdMap()
           
 ClientProfile.Folder.ItemIdMappings getItemIdMappings()
           
 String getName()
           
 String getParentId()
           
 String getServerId()
           
 String getSyncKeyClient()
           
 String getSyncKeyServer()
           
 FolderType getType()
           
 void setClientId(String clientId)
           
 void setGeneration(int generation)
           
 void setIdMap(Properties idMap)
           
 void setName(String name)
           
 void setParentId(String parentId)
           
 void setServerId(String serverId)
           
 void setSyncKeyClient(String syncKeyClient)
           
 void setSyncKeyServer(String syncKeyServer)
           
 void setType(FolderType type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

generation

protected int generation

idMap

protected Properties idMap
Constructor Detail

ClientProfile.Folder

public ClientProfile.Folder()
Method Detail

getClientId

public String getClientId()

setClientId

public void setClientId(String clientId)

getServerId

public String getServerId()

setServerId

public void setServerId(String serverId)

getSyncKeyServer

public String getSyncKeyServer()

setSyncKeyServer

public void setSyncKeyServer(String syncKeyServer)

getSyncKeyClient

public String getSyncKeyClient()

setSyncKeyClient

public void setSyncKeyClient(String syncKeyClient)

getType

public FolderType getType()

setType

public void setType(FolderType type)

getName

public String getName()

setName

public void setName(String name)

getParentId

public String getParentId()

setParentId

public void setParentId(String parentId)

getGeneration

public int getGeneration()

setGeneration

public void setGeneration(int generation)

getIdMap

public Properties getIdMap()

setIdMap

public void setIdMap(Properties idMap)

getGeneration

protected int getGeneration(String key)

getItemIdMappings

public ClientProfile.Folder.ItemIdMappings getItemIdMappings()


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