Class ManagedObjectIndexImpl
java.lang.Object
net.officefloor.frame.impl.execute.managedobject.ManagedObjectIndexImpl
- All Implemented Interfaces:
ManagedObjectIndex
ManagedObjectIndex implementation.- Author:
- Daniel Sagenschneider
-
Constructor Summary
ConstructorsConstructorDescriptionManagedObjectIndexImpl(ManagedObjectScope managedObjectScope, int indexOfManagedObjectWithinScope) Initiate. -
Method Summary
Modifier and TypeMethodDescriptionintObtains the index of theManagedObjectwithin theManagedObjectScope.Obtains theManagedObjectScopethat theManagedObjectresides within.toString()
-
Constructor Details
-
ManagedObjectIndexImpl
public ManagedObjectIndexImpl(ManagedObjectScope managedObjectScope, int indexOfManagedObjectWithinScope) Initiate.- Parameters:
managedObjectScope-ManagedObjectScope.indexOfManagedObjectWithinScope- Index of theManagedObjectwithin theManagedObjectScope.
-
-
Method Details
-
getManagedObjectScope
Description copied from interface:ManagedObjectIndexObtains theManagedObjectScopethat theManagedObjectresides within.- Specified by:
getManagedObjectScopein interfaceManagedObjectIndex- Returns:
ManagedObjectScopethat theManagedObjectresides within.
-
getIndexOfManagedObjectWithinScope
public int getIndexOfManagedObjectWithinScope()Description copied from interface:ManagedObjectIndexObtains the index of theManagedObjectwithin theManagedObjectScope.- Specified by:
getIndexOfManagedObjectWithinScopein interfaceManagedObjectIndex- Returns:
- Index of the
ManagedObjectwithin theManagedObjectScope.
-
toString
-