Package org.guvnor.ala.ui.model
Class RuntimeKey
- java.lang.Object
-
- org.guvnor.ala.ui.model.RuntimeKey
-
@Portable public class RuntimeKey extends Object
Identifier of a runtime.
-
-
Constructor Summary
Constructors Constructor Description RuntimeKey(ProviderKey providerKey, String id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetId()ProviderKeygetProviderKey()inthashCode()
-
-
-
Constructor Detail
-
RuntimeKey
public RuntimeKey(ProviderKey providerKey, String id)
-
-