com.evolveum.icf.dummy.resource
Class DummyDelta

java.lang.Object
  extended by com.evolveum.icf.dummy.resource.DummyDelta

public class DummyDelta
extends Object

Author:
semancik

Method Summary
 String getAccountId()
           
 int getSyncToken()
           
 DummyDeltaType getType()
           
 void setAccountId(String accountId)
           
 void setSyncToken(int syncToken)
           
 void setType(DummyDeltaType type)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getSyncToken

public int getSyncToken()

setSyncToken

public void setSyncToken(int syncToken)

getAccountId

public String getAccountId()

setAccountId

public void setAccountId(String accountId)

getType

public DummyDeltaType getType()

setType

public void setType(DummyDeltaType type)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013 evolveum. All Rights Reserved.