public interface BaseEntity
| Modifier and Type | Method and Description |
|---|---|
void |
fromAttributes(Set<org.identityconnectors.framework.common.objects.Attribute> attributes) |
String |
getSysId() |
void |
setSysId(String sys_id) |
Set<org.identityconnectors.framework.common.objects.Attribute> |
toAttributes() |
String getSysId()
void setSysId(String sys_id)
Set<org.identityconnectors.framework.common.objects.Attribute> toAttributes() throws IllegalArgumentException, IllegalAccessException
void fromAttributes(Set<org.identityconnectors.framework.common.objects.Attribute> attributes)
Copyright © 2018–2022. All rights reserved.