Class AssetManagerReferenceImpl
java.lang.Object
net.officefloor.frame.impl.execute.asset.AssetManagerReferenceImpl
- All Implemented Interfaces:
AssetManagerReference
AssetManagerReference implementation.- Author:
- Daniel Sagenschneider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintObtains the index of theAssetManagerwithin theOfficeManager.
-
Constructor Details
-
AssetManagerReferenceImpl
public AssetManagerReferenceImpl(int assetManagerIndex) Instantiate.- Parameters:
assetManagerIndex- Index of theAssetManager.
-
-
Method Details
-
getAssetManagerIndex
public int getAssetManagerIndex()Description copied from interface:AssetManagerReferenceObtains the index of theAssetManagerwithin theOfficeManager.- Specified by:
getAssetManagerIndexin interfaceAssetManagerReference- Returns:
- Index of the
AssetManagerwithin theOfficeManager.
-