Class LinkedManagedObjectSourceConfigurationImpl
- java.lang.Object
-
- net.officefloor.frame.impl.construct.office.LinkedManagedObjectSourceConfigurationImpl
-
- All Implemented Interfaces:
LinkedManagedObjectSourceConfiguration
public class LinkedManagedObjectSourceConfigurationImpl extends java.lang.Object implements LinkedManagedObjectSourceConfiguration
LinkedManagedObjectSourceConfigurationimplementation.- Author:
- Daniel Sagenschneider
-
-
Constructor Summary
Constructors Constructor Description LinkedManagedObjectSourceConfigurationImpl(java.lang.String officeManagedObjectName, java.lang.String officeFloorManagedObjectSourceName)Initiate.
-
Method Summary
All Methods Instance Methods Concrete 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.
-
-
-
Constructor Detail
-
LinkedManagedObjectSourceConfigurationImpl
public LinkedManagedObjectSourceConfigurationImpl(java.lang.String officeManagedObjectName, java.lang.String officeFloorManagedObjectSourceName)Initiate.- Parameters:
officeManagedObjectName-Officename of theManagedObject.officeFloorManagedObjectSourceName-OfficeFloorname of theManagedObjectSource.
-
-
Method Detail
-
getOfficeManagedObjectName
public java.lang.String 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
public java.lang.String getOfficeFloorManagedObjectSourceName()
Description copied from interface:LinkedManagedObjectSourceConfigurationObtains the name of theOfficeFloorManagedObjectSourceinstance.- Specified by:
getOfficeFloorManagedObjectSourceNamein interfaceLinkedManagedObjectSourceConfiguration- Returns:
- Name of the
OfficeFloorManagedObjectSourceinstance.
-
-