public class CategoriesInterval extends Object implements HasDescription, CommonAttributes, Serializable
| Constructor and Description |
|---|
CategoriesInterval() |
| Modifier and Type | Method and Description |
|---|---|
Description |
getDescription() |
Category |
getLowerBound() |
Category |
getUpperBound() |
String |
id() |
String |
mcdaConcept() |
String |
name() |
void |
setDescription(Description description) |
void |
setId(String id) |
void |
setLowerBound(Category lowerBound) |
void |
setMcdaConcept(String mcdaConcept) |
void |
setName(String name) |
void |
setUpperBound(Category upperBound) |
public Category getLowerBound()
public void setLowerBound(Category lowerBound)
lowerBound - the lowerBound to setpublic Category getUpperBound()
public void setUpperBound(Category upperBound)
upperBound - the upperBound 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.