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
BoundInputManagedObjectConfigurationimplementation.- 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.StringgetBoundManagedObjectSourceName()Obtains the name of theManagedObjectSourceto be bound for the inputManagedObject.java.lang.StringgetInputManagedObjectName()Obtains the name of the inputManagedObject.
-
-
-
Constructor Detail
-
BoundInputManagedObjectConfigurationImpl
public BoundInputManagedObjectConfigurationImpl(java.lang.String inputManagedObjectName, java.lang.String boundManagedObjectSourceName)Initiate.- Parameters:
inputManagedObjectName- InputManagedObjectname.boundManagedObjectSourceName- Name of theManagedObjectSourceto bind to the inputManagedObject.
-
-
Method Detail
-
getInputManagedObjectName
public java.lang.String getInputManagedObjectName()
Description copied from interface:BoundInputManagedObjectConfigurationObtains the name of the inputManagedObject.- Specified by:
getInputManagedObjectNamein interfaceBoundInputManagedObjectConfiguration- Returns:
- Name of the input
ManagedObject.
-
getBoundManagedObjectSourceName
public java.lang.String 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.
-
-