public class ObjectSynchronizationTypeDto extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
F_SELECTED |
static String |
F_SYNC_OBJECT |
Constructor and Description |
---|
ObjectSynchronizationTypeDto() |
ObjectSynchronizationTypeDto(com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectSynchronizationType syncType) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectSynchronizationType |
getSyncType() |
int |
hashCode() |
boolean |
isSelected() |
void |
setSelected(boolean selected) |
void |
setSyncType(com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectSynchronizationType syncType) |
public static final String F_SELECTED
public static final String F_SYNC_OBJECT
public ObjectSynchronizationTypeDto()
public ObjectSynchronizationTypeDto(com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectSynchronizationType syncType)
public boolean isSelected()
public void setSelected(boolean selected)
public com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectSynchronizationType getSyncType()
public void setSyncType(com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectSynchronizationType syncType)
Copyright © 2014 evolveum. All rights reserved.