@Entity public class RSynchronizationSituationDescription extends Object implements Serializable
Constructor and Description |
---|
RSynchronizationSituationDescription() |
Modifier and Type | Method and Description |
---|---|
static RSynchronizationSituationDescription |
copyFromJAXB(RShadow owner,
SynchronizationSituationDescriptionType jaxb) |
static SynchronizationSituationDescriptionType |
copyToJAXB(RSynchronizationSituationDescription repo) |
boolean |
equals(Object o) |
String |
getChanel() |
String |
getChecksum()
This method is used for content comparing when querying database (e.
|
RShadow |
getShadow() |
Long |
getShadowId() |
String |
getShadowOid() |
RSynchronizationSituation |
getSituation() |
XMLGregorianCalendar |
getTimestampValue() |
int |
hashCode() |
void |
setChanel(String chanel) |
void |
setChecksum(String checksum) |
void |
setShadow(RShadow shadow) |
void |
setShadowId(Long shadowId) |
void |
setShadowOid(String shadowOid) |
void |
setSituation(RSynchronizationSituation situation) |
void |
setTimestampValue(XMLGregorianCalendar timestampValue) |
String |
toString() |
public RSynchronizationSituationDescription()
public RShadow getShadow()
public String getShadowOid()
public Long getShadowId()
public String getChecksum()
public RSynchronizationSituation getSituation()
public XMLGregorianCalendar getTimestampValue()
public String getChanel()
public void setTimestampValue(XMLGregorianCalendar timestampValue)
public void setSituation(RSynchronizationSituation situation)
public void setChanel(String chanel)
public void setShadow(RShadow shadow)
public void setShadowOid(String shadowOid)
public void setShadowId(Long shadowId)
public void setChecksum(String checksum)
public static RSynchronizationSituationDescription copyFromJAXB(RShadow owner, SynchronizationSituationDescriptionType jaxb)
public static SynchronizationSituationDescriptionType copyToJAXB(RSynchronizationSituationDescription repo)
Copyright © 2013 evolveum. All rights reserved.