com.evolveum.midpoint.repo.sql.data.common.id
Class RSynchronizationSituationDescriptionId

java.lang.Object
  extended by com.evolveum.midpoint.repo.sql.data.common.id.RSynchronizationSituationDescriptionId
All Implemented Interfaces:
Serializable

public class RSynchronizationSituationDescriptionId
extends Object
implements Serializable

Author:
lazyman
See Also:
Serialized Form

Constructor Summary
RSynchronizationSituationDescriptionId()
           
 
Method Summary
 boolean equals(Object o)
           
 String getChecksum()
           
 Long getShadowId()
           
 String getShadowOid()
           
 int hashCode()
           
 void setChecksum(String checksum)
           
 void setShadowId(Long shadowId)
           
 void setShadowOid(String shadowOid)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RSynchronizationSituationDescriptionId

public RSynchronizationSituationDescriptionId()
Method Detail

getShadowOid

public String getShadowOid()

setShadowOid

public void setShadowOid(String shadowOid)

getShadowId

public Long getShadowId()

setShadowId

public void setShadowId(Long shadowId)

getChecksum

public String getChecksum()

setChecksum

public void setChecksum(String checksum)

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2013 evolveum. All Rights Reserved.