Interface LinkedManagedObjectSourceConfiguration
- All Known Implementing Classes:
LinkedManagedObjectSourceConfigurationImpl
public interface LinkedManagedObjectSourceConfiguration
Configuration linking in a
ManagedObjectSource.- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionObtains the name of theOfficeFloorManagedObjectSourceinstance.Obtains the name that theManagedObjectis registered within theOffice.
-
Method Details
-
getOfficeFloorManagedObjectSourceName
String getOfficeFloorManagedObjectSourceName()Obtains the name of theOfficeFloorManagedObjectSourceinstance.- Returns:
- Name of the
OfficeFloorManagedObjectSourceinstance.
-
getOfficeManagedObjectName
String getOfficeManagedObjectName()Obtains the name that theManagedObjectis registered within theOffice.- Returns:
- Name that the
ManagedObjectis registered within theOffice.
-