public class AlternativeAssignment<VALUE_TYPE> extends Object implements HasDescription, CommonAttributes, Serializable
| Constructor and Description |
|---|
AlternativeAssignment() |
| Modifier and Type | Method and Description |
|---|---|
Alternative |
getAlternative() |
CategoriesSet<?> |
getCategoriesSet() |
Category |
getCategory() |
CategoriesInterval |
getCategoryInterval() |
Description |
getDescription() |
QualifiedValues<VALUE_TYPE> |
getValues() |
String |
id() |
String |
mcdaConcept() |
String |
name() |
void |
setAlternative(Alternative alternative) |
void |
setCategoriesSet(CategoriesSet<?> categoriesSet) |
void |
setCategory(Category category) |
void |
setCategoryInterval(CategoriesInterval categoryInterval) |
void |
setDescription(Description description) |
void |
setId(String id) |
void |
setMcdaConcept(String mcdaConcept) |
void |
setName(String name) |
void |
setValues(QualifiedValues<VALUE_TYPE> values) |
public static final String TAG
public Alternative getAlternative()
public void setAlternative(Alternative alternative)
alternative - the alternative to setpublic Category getCategory()
public void setCategory(Category category)
category - the category to setpublic CategoriesSet<?> getCategoriesSet()
public void setCategoriesSet(CategoriesSet<?> categoriesSet)
categoriesSet - the categoriesSet to setpublic CategoriesInterval getCategoryInterval()
public void setCategoryInterval(CategoriesInterval categoryInterval)
categoryInterval - the categoryInterval to setpublic QualifiedValues<VALUE_TYPE> getValues()
public void setValues(QualifiedValues<VALUE_TYPE> values)
values - the values to setpublic String id()
id in interface CommonAttributespublic void setId(String id)
setId in interface CommonAttributespublic String name()
name in interface CommonAttributespublic String mcdaConcept()
mcdaConcept in interface CommonAttributespublic void setName(String name)
setName in interface CommonAttributespublic void setMcdaConcept(String mcdaConcept)
setMcdaConcept in interface CommonAttributespublic void setDescription(Description description)
setDescription in interface HasDescriptionpublic Description getDescription()
getDescription in interface HasDescriptionCopyright © 2013–2021 Sébastien Bigaret, Patrick Meyer. All rights reserved.