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
LinkedManagedObjectSourceConfiguration
implementation.- 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.String
getOfficeFloorManagedObjectSourceName()
Obtains the name of theOfficeFloor
ManagedObjectSource
instance.java.lang.String
getOfficeManagedObjectName()
Obtains the name that theManagedObject
is registered within theOffice
.
-
-
-
Constructor Detail
-
LinkedManagedObjectSourceConfigurationImpl
public LinkedManagedObjectSourceConfigurationImpl(java.lang.String officeManagedObjectName, java.lang.String officeFloorManagedObjectSourceName)
Initiate.- Parameters:
officeManagedObjectName
-Office
name of theManagedObject
.officeFloorManagedObjectSourceName
-OfficeFloor
name of theManagedObjectSource
.
-
-
Method Detail
-
getOfficeManagedObjectName
public java.lang.String getOfficeManagedObjectName()
Description copied from interface:LinkedManagedObjectSourceConfiguration
Obtains the name that theManagedObject
is registered within theOffice
.- Specified by:
getOfficeManagedObjectName
in interfaceLinkedManagedObjectSourceConfiguration
- Returns:
- Name that the
ManagedObject
is registered within theOffice
.
-
getOfficeFloorManagedObjectSourceName
public java.lang.String getOfficeFloorManagedObjectSourceName()
Description copied from interface:LinkedManagedObjectSourceConfiguration
Obtains the name of theOfficeFloor
ManagedObjectSource
instance.- Specified by:
getOfficeFloorManagedObjectSourceName
in interfaceLinkedManagedObjectSourceConfiguration
- Returns:
- Name of the
OfficeFloor
ManagedObjectSource
instance.
-
-