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
AssetManagerReferenceimplementation.- 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 intgetAssetManagerIndex()Obtains the index of theAssetManagerwithin theOfficeManager.
-
-
-
Constructor Detail
-
AssetManagerReferenceImpl
public AssetManagerReferenceImpl(int assetManagerIndex)
Instantiate.- Parameters:
assetManagerIndex- Index of theAssetManager.
-
-
Method Detail
-
getAssetManagerIndex
public int getAssetManagerIndex()
Description copied from interface:AssetManagerReferenceObtains the index of theAssetManagerwithin theOfficeManager.- Specified by:
getAssetManagerIndexin interfaceAssetManagerReference- Returns:
- Index of the
AssetManagerwithin theOfficeManager.
-
-