Package org.guvnor.ala.ui.model
Class Provider
- java.lang.Object
-
- org.guvnor.ala.ui.model.AbstractHasKeyObject<ProviderKey>
-
- org.guvnor.ala.ui.model.Provider
-
- All Implemented Interfaces:
HasKey<ProviderKey>
@Portable public class Provider extends AbstractHasKeyObject<ProviderKey>
Class for getting information about a provider.
-
-
Field Summary
-
Fields inherited from class org.guvnor.ala.ui.model.AbstractHasKeyObject
key
-
-
Constructor Summary
Constructors Constructor Description Provider(ProviderKey key, ProviderConfiguration configuration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProviderConfigurationgetConfiguration()-
Methods inherited from class org.guvnor.ala.ui.model.AbstractHasKeyObject
equals, getKey, hashCode
-
-
-
-
Constructor Detail
-
Provider
public Provider(ProviderKey key, ProviderConfiguration configuration)
-
-
Method Detail
-
getConfiguration
public ProviderConfiguration getConfiguration()
-
-