Interface LinkedManagedObjectSourceConfiguration
-
- All Known Implementing Classes:
LinkedManagedObjectSourceConfigurationImpl
public interface LinkedManagedObjectSourceConfigurationConfiguration linking in aManagedObjectSource.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetOfficeFloorManagedObjectSourceName()Obtains the name of theOfficeFloorManagedObjectSourceinstance.java.lang.StringgetOfficeManagedObjectName()Obtains the name that theManagedObjectis registered within theOffice.
-
-
-
Method Detail
-
getOfficeFloorManagedObjectSourceName
java.lang.String getOfficeFloorManagedObjectSourceName()
Obtains the name of theOfficeFloorManagedObjectSourceinstance.- Returns:
- Name of the
OfficeFloorManagedObjectSourceinstance.
-
getOfficeManagedObjectName
java.lang.String getOfficeManagedObjectName()
Obtains the name that theManagedObjectis registered within theOffice.- Returns:
- Name that the
ManagedObjectis registered within theOffice.
-
-