public class BoaWithSettingsRepItem<T extends BOA>
extends java.lang.Object
BoaRepItem
including the parameter settings
to instantiate it. immutable.Modifier | Constructor and Description |
---|---|
protected |
BoaWithSettingsRepItem() |
|
BoaWithSettingsRepItem(BoaRepItem<T> item,
java.util.List<ParameterRepItem> parameters) |
|
BoaWithSettingsRepItem(BoaType type)
Create just any with given type.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
BoaRepItem<T> |
getBoa() |
java.util.List<ParameterRepItem> |
getParameters() |
java.lang.String |
getUniqueName() |
int |
hashCode() |
java.lang.String |
toString() |
protected BoaWithSettingsRepItem()
public BoaWithSettingsRepItem(BoaType type) throws InstantiateException
type
- must match T.InstantiateException
public BoaWithSettingsRepItem(BoaRepItem<T> item, java.util.List<ParameterRepItem> parameters)
public BoaRepItem<T> getBoa()
BoaRepItem
. Subclasses contain the proper type of
BoaRepItem.public java.util.List<ParameterRepItem> getParameters()
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String getUniqueName()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object