Class InternalProviderId
- java.lang.Object
-
- org.guvnor.ala.pipeline.execution.impl.InternalProviderId
-
- All Implemented Interfaces:
ProviderId
public class InternalProviderId extends Object implements ProviderId
-
-
Constructor Summary
Constructors Constructor Description InternalProviderId(String id, ProviderType providerType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetId()Get the provider unique identifierProviderTypegetProviderType()Get the provider typeinthashCode()
-
-
-
Constructor Detail
-
InternalProviderId
public InternalProviderId(String id, ProviderType providerType)
-
-
Method Detail
-
getId
public String getId()
Description copied from interface:ProviderIdGet the provider unique identifier- Specified by:
getIdin interfaceProviderId- Returns:
- the provider unique identifier
-
getProviderType
public ProviderType getProviderType()
Description copied from interface:ProviderIdGet the provider type- Specified by:
getProviderTypein interfaceProviderId- Returns:
- the provider type
- See Also:
ProviderType
-
-