Class ManagedObjectIndexImpl
- java.lang.Object
-
- net.officefloor.frame.impl.execute.managedobject.ManagedObjectIndexImpl
-
- All Implemented Interfaces:
ManagedObjectIndex
public class ManagedObjectIndexImpl extends java.lang.Object implements ManagedObjectIndex
ManagedObjectIndeximplementation.- Author:
- Daniel Sagenschneider
-
-
Constructor Summary
Constructors Constructor Description ManagedObjectIndexImpl(ManagedObjectScope managedObjectScope, int indexOfManagedObjectWithinScope)Initiate.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetIndexOfManagedObjectWithinScope()Obtains the index of theManagedObjectwithin theManagedObjectScope.ManagedObjectScopegetManagedObjectScope()Obtains theManagedObjectScopethat theManagedObjectresides within.java.lang.StringtoString()
-
-
-
Constructor Detail
-
ManagedObjectIndexImpl
public ManagedObjectIndexImpl(ManagedObjectScope managedObjectScope, int indexOfManagedObjectWithinScope)
Initiate.- Parameters:
managedObjectScope-ManagedObjectScope.indexOfManagedObjectWithinScope- Index of theManagedObjectwithin theManagedObjectScope.
-
-
Method Detail
-
getManagedObjectScope
public ManagedObjectScope 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
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-