Class GovernanceEscalationTypeImpl
java.lang.Object
net.officefloor.compile.impl.governance.GovernanceEscalationTypeImpl
- All Implemented Interfaces:
GovernanceEscalationType
GovernanceEscalationType implementation.- Author:
- Daniel Sagenschneider
-
Constructor Summary
ConstructorsConstructorDescriptionGovernanceEscalationTypeImpl(String escalationName, Class<?> escalationType) Initiate. -
Method Summary
Modifier and TypeMethodDescriptionObtains the name for theGovernanceEscalationType.Obtains the type ofEscalationFlowby theGovernanceActivity.
-
Constructor Details
-
GovernanceEscalationTypeImpl
Initiate.- Parameters:
escalationName- Name ofEscalationFlow.escalationType- Type of theEscalationFlow.
-
-
Method Details
-
getEscalationName
Description copied from interface:GovernanceEscalationTypeObtains the name for theGovernanceEscalationType.- Specified by:
getEscalationNamein interfaceGovernanceEscalationType- Returns:
- Name for the
GovernanceEscalationType.
-
getEscalationType
Description copied from interface:GovernanceEscalationTypeObtains the type ofEscalationFlowby theGovernanceActivity.- Specified by:
getEscalationTypein interfaceGovernanceEscalationType- Type Parameters:
E-Escalationtype.- Returns:
- Type of
EscalationFlowby theGovernanceActivity.
-