net.officefloor.frame.internal.configuration
Interface BoundInputManagedObjectConfiguration

All Known Implementing Classes:
BoundInputManagedObjectConfigurationImpl

public interface BoundInputManagedObjectConfiguration

Configuration of the ManagedObjectSource to be bound for the input ManagedObject.

Author:
Daniel Sagenschneider

Method Summary
 String getBoundManagedObjectSourceName()
          Obtains the name of the ManagedObjectSource to be bound for the input ManagedObject.
 String getInputManagedObjectName()
          Obtains the name of the input ManagedObject.
 

Method Detail

getInputManagedObjectName

String getInputManagedObjectName()
Obtains the name of the input ManagedObject.

Returns:
Name of the input ManagedObject.

getBoundManagedObjectSourceName

String getBoundManagedObjectSourceName()
Obtains the name of the ManagedObjectSource to be bound for the input ManagedObject.

Returns:
Name of the ManagedObjectSource to be bound for the input ManagedObject.


Copyright © 2005-2013. All Rights Reserved.