Class InternalProviderType
- java.lang.Object
-
- org.guvnor.ala.pipeline.execution.impl.InternalProviderType
-
- All Implemented Interfaces:
ProviderType
public class InternalProviderType extends Object implements ProviderType
-
-
Constructor Summary
Constructors Constructor Description InternalProviderType(String providerTypeName, String version)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetProviderTypeName()Get the provider type nameStringgetVersion()Get the provider type versioninthashCode()
-
-
-
Method Detail
-
getProviderTypeName
public String getProviderTypeName()
Description copied from interface:ProviderTypeGet the provider type name- Specified by:
getProviderTypeNamein interfaceProviderType- Returns:
- the provider type name
-
getVersion
public String getVersion()
Description copied from interface:ProviderTypeGet the provider type version- Specified by:
getVersionin interfaceProviderType- Returns:
- the provider type version
-
-