Class BoundInputManagedObjectConfigurationImpl
java.lang.Object
net.officefloor.frame.impl.construct.office.BoundInputManagedObjectConfigurationImpl
- All Implemented Interfaces:
BoundInputManagedObjectConfiguration
public class BoundInputManagedObjectConfigurationImpl
extends Object
implements BoundInputManagedObjectConfiguration
BoundInputManagedObjectConfiguration implementation.- Author:
- Daniel Sagenschneider
-
Constructor Summary
ConstructorsConstructorDescriptionBoundInputManagedObjectConfigurationImpl(String inputManagedObjectName, String boundManagedObjectSourceName) Initiate. -
Method Summary
Modifier and TypeMethodDescriptionObtains the name of theManagedObjectSourceto be bound for the inputManagedObject.Obtains the name of the inputManagedObject.
-
Constructor Details
-
BoundInputManagedObjectConfigurationImpl
public BoundInputManagedObjectConfigurationImpl(String inputManagedObjectName, String boundManagedObjectSourceName) Initiate.- Parameters:
inputManagedObjectName- InputManagedObjectname.boundManagedObjectSourceName- Name of theManagedObjectSourceto bind to the inputManagedObject.
-
-
Method Details
-
getInputManagedObjectName
Description copied from interface:BoundInputManagedObjectConfigurationObtains the name of the inputManagedObject.- Specified by:
getInputManagedObjectNamein interfaceBoundInputManagedObjectConfiguration- Returns:
- Name of the input
ManagedObject.
-
getBoundManagedObjectSourceName
Description copied from interface:BoundInputManagedObjectConfigurationObtains the name of theManagedObjectSourceto be bound for the inputManagedObject.- Specified by:
getBoundManagedObjectSourceNamein interfaceBoundInputManagedObjectConfiguration- Returns:
- Name of the
ManagedObjectSourceto be bound for the inputManagedObject.
-