Package org.guvnor.ala.ui.model
Class RuntimesInfo
- java.lang.Object
-
- org.guvnor.ala.ui.model.RuntimesInfo
-
public class RuntimesInfo extends Object
Class for modelling the runtimes associated with a provider.
-
-
Constructor Summary
Constructors Constructor Description RuntimesInfo(Provider provider, Collection<RuntimeListItem> runtimeItems)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)ProvidergetProvider()Collection<RuntimeListItem>getRuntimeItems()inthashCode()
-
-
-
Constructor Detail
-
RuntimesInfo
public RuntimesInfo(Provider provider, Collection<RuntimeListItem> runtimeItems)
-
-
Method Detail
-
getProvider
public Provider getProvider()
-
getRuntimeItems
public Collection<RuntimeListItem> getRuntimeItems()
-
-