Package org.openiam.base.domain
Interface IManagedSystemEntity
-
- All Known Implementing Classes:
AccessRightEntity
,GroupEntity
,RoleEntity
public interface IManagedSystemEntity
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ManagedSysEntity
getManagedSystem()
void
setManagedSystem(ManagedSysEntity managedSystem)
-
-
-
Method Detail
-
getManagedSystem
ManagedSysEntity getManagedSystem()
-
setManagedSystem
void setManagedSystem(ManagedSysEntity managedSystem)
-
-