Class BoundInputManagedObjectConfigurationImpl
- java.lang.Object
-
- net.officefloor.frame.impl.construct.office.BoundInputManagedObjectConfigurationImpl
-
- All Implemented Interfaces:
BoundInputManagedObjectConfiguration
public class BoundInputManagedObjectConfigurationImpl extends java.lang.Object implements BoundInputManagedObjectConfiguration
BoundInputManagedObjectConfiguration
implementation.- Author:
- Daniel Sagenschneider
-
-
Constructor Summary
Constructors Constructor Description BoundInputManagedObjectConfigurationImpl(java.lang.String inputManagedObjectName, java.lang.String boundManagedObjectSourceName)
Initiate.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getBoundManagedObjectSourceName()
Obtains the name of theManagedObjectSource
to be bound for the inputManagedObject
.java.lang.String
getInputManagedObjectName()
Obtains the name of the inputManagedObject
.
-
-
-
Constructor Detail
-
BoundInputManagedObjectConfigurationImpl
public BoundInputManagedObjectConfigurationImpl(java.lang.String inputManagedObjectName, java.lang.String boundManagedObjectSourceName)
Initiate.- Parameters:
inputManagedObjectName
- InputManagedObject
name.boundManagedObjectSourceName
- Name of theManagedObjectSource
to bind to the inputManagedObject
.
-
-
Method Detail
-
getInputManagedObjectName
public java.lang.String getInputManagedObjectName()
Description copied from interface:BoundInputManagedObjectConfiguration
Obtains the name of the inputManagedObject
.- Specified by:
getInputManagedObjectName
in interfaceBoundInputManagedObjectConfiguration
- Returns:
- Name of the input
ManagedObject
.
-
getBoundManagedObjectSourceName
public java.lang.String getBoundManagedObjectSourceName()
Description copied from interface:BoundInputManagedObjectConfiguration
Obtains the name of theManagedObjectSource
to be bound for the inputManagedObject
.- Specified by:
getBoundManagedObjectSourceName
in interfaceBoundInputManagedObjectConfiguration
- Returns:
- Name of the
ManagedObjectSource
to be bound for the inputManagedObject
.
-
-