Package org.openiam.provision.dto
Interface IManagedSystemDto
-
- All Known Implementing Classes:
AccessRight
,Group
,ProvisionGroup
,Role
public interface IManagedSystemDto
- Author:
- zaporozhec
Objects that have reference to
ManagedSysDto
should implement this interface Migrated withGroup
andRole
initially 28.04.2020
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getManagedSysId()
String
getManagedSysName()
void
setManagedSysId(String id)
void
setManagedSysName(String name)
-