Class AssetManagerReferenceImpl
- java.lang.Object
-
- net.officefloor.frame.impl.execute.asset.AssetManagerReferenceImpl
-
- All Implemented Interfaces:
AssetManagerReference
public class AssetManagerReferenceImpl extends java.lang.Object implements AssetManagerReference
AssetManagerReference
implementation.- Author:
- Daniel Sagenschneider
-
-
Constructor Summary
Constructors Constructor Description AssetManagerReferenceImpl(int assetManagerIndex)
Instantiate.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getAssetManagerIndex()
Obtains the index of theAssetManager
within theOfficeManager
.
-
-
-
Constructor Detail
-
AssetManagerReferenceImpl
public AssetManagerReferenceImpl(int assetManagerIndex)
Instantiate.- Parameters:
assetManagerIndex
- Index of theAssetManager
.
-
-
Method Detail
-
getAssetManagerIndex
public int getAssetManagerIndex()
Description copied from interface:AssetManagerReference
Obtains the index of theAssetManager
within theOfficeManager
.- Specified by:
getAssetManagerIndex
in interfaceAssetManagerReference
- Returns:
- Index of the
AssetManager
within theOfficeManager
.
-
-