Class ManagedFunctionGovernanceConfigurationImpl
- java.lang.Object
-
- net.officefloor.frame.impl.construct.managedfunction.ManagedFunctionGovernanceConfigurationImpl
-
- All Implemented Interfaces:
ManagedFunctionGovernanceConfiguration
public class ManagedFunctionGovernanceConfigurationImpl extends java.lang.Object implements ManagedFunctionGovernanceConfiguration
ManagedFunctionGovernanceConfiguration
implementation.- Author:
- Daniel Sagenschneider
-
-
Constructor Summary
Constructors Constructor Description ManagedFunctionGovernanceConfigurationImpl(java.lang.String governanceName)
Initiate.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getGovernanceName()
Obtains the name of theGovernance
.
-
-
-
Constructor Detail
-
ManagedFunctionGovernanceConfigurationImpl
public ManagedFunctionGovernanceConfigurationImpl(java.lang.String governanceName)
Initiate.- Parameters:
governanceName
-Governance
name.
-
-
Method Detail
-
getGovernanceName
public java.lang.String getGovernanceName()
Description copied from interface:ManagedFunctionGovernanceConfiguration
Obtains the name of theGovernance
.- Specified by:
getGovernanceName
in interfaceManagedFunctionGovernanceConfiguration
- Returns:
- Name of the
Governance
.
-
-