Class LinkedManagedObjectSourceConfigurationImpl
java.lang.Object
net.officefloor.frame.impl.construct.office.LinkedManagedObjectSourceConfigurationImpl
- All Implemented Interfaces:
LinkedManagedObjectSourceConfiguration
public class LinkedManagedObjectSourceConfigurationImpl
extends Object
implements LinkedManagedObjectSourceConfiguration
LinkedManagedObjectSourceConfiguration implementation.- Author:
- Daniel Sagenschneider
-
Constructor Summary
ConstructorsConstructorDescriptionLinkedManagedObjectSourceConfigurationImpl(String officeManagedObjectName, String officeFloorManagedObjectSourceName) Initiate. -
Method Summary
Modifier and TypeMethodDescriptionObtains the name of theOfficeFloorManagedObjectSourceinstance.Obtains the name that theManagedObjectis registered within theOffice.
-
Constructor Details
-
LinkedManagedObjectSourceConfigurationImpl
public LinkedManagedObjectSourceConfigurationImpl(String officeManagedObjectName, String officeFloorManagedObjectSourceName) Initiate.- Parameters:
officeManagedObjectName-Officename of theManagedObject.officeFloorManagedObjectSourceName-OfficeFloorname of theManagedObjectSource.
-
-
Method Details
-
getOfficeManagedObjectName
Description copied from interface:LinkedManagedObjectSourceConfigurationObtains the name that theManagedObjectis registered within theOffice.- Specified by:
getOfficeManagedObjectNamein interfaceLinkedManagedObjectSourceConfiguration- Returns:
- Name that the
ManagedObjectis registered within theOffice.
-
getOfficeFloorManagedObjectSourceName
Description copied from interface:LinkedManagedObjectSourceConfigurationObtains the name of theOfficeFloorManagedObjectSourceinstance.- Specified by:
getOfficeFloorManagedObjectSourceNamein interfaceLinkedManagedObjectSourceConfiguration- Returns:
- Name of the
OfficeFloorManagedObjectSourceinstance.
-