public class CategoryProfile<VALUE_TYPE> extends Object implements HasDescription, CommonAttributes
| Modifier and Type | Class and Description |
|---|---|
static class |
CategoryProfile.Profile<VALUE_TYPE> |
static class |
CategoryProfile.Type |
| Modifier and Type | Field and Description |
|---|---|
protected Category |
category |
protected CategoryProfile.Profile<VALUE_TYPE> |
centralProfile |
protected CategoryProfile.Profile<VALUE_TYPE> |
lowerBound |
static String |
TAG |
protected CategoryProfile.Profile<VALUE_TYPE> |
upperBound |
| Constructor and Description |
|---|
CategoryProfile(CategoryProfile.Type type) |
CategoryProfile(String type) |
| Modifier and Type | Method and Description |
|---|---|
Category |
getCategory() |
CategoryProfile.Profile<VALUE_TYPE> |
getCentralProfile() |
Description |
getDescription() |
CategoryProfile.Profile<VALUE_TYPE> |
getLowerBound() |
CategoryProfile.Type |
getType()
Returns the type of this CategoryProfile.
|
CategoryProfile.Profile<VALUE_TYPE> |
getUpperBound() |
String |
id() |
String |
mcdaConcept() |
String |
name() |
void |
setCategory(Category category) |
void |
setCentralProfile(CategoryProfile.Profile<VALUE_TYPE> centralProfile) |
void |
setDescription(Description description) |
void |
setId(String id) |
void |
setLowerBound(CategoryProfile.Profile<VALUE_TYPE> lowerBound) |
void |
setMcdaConcept(String mcdaConcept) |
void |
setName(String name) |
void |
setType(CategoryProfile.Type type) |
void |
setUpperBound(CategoryProfile.Profile<VALUE_TYPE> upperBound) |
public static final String TAG
protected Category category
protected CategoryProfile.Profile<VALUE_TYPE> centralProfile
protected CategoryProfile.Profile<VALUE_TYPE> lowerBound
protected CategoryProfile.Profile<VALUE_TYPE> upperBound
public CategoryProfile(CategoryProfile.Type type)
public CategoryProfile(String type)
public CategoryProfile.Type getType()
null.public void setType(CategoryProfile.Type type)
type - the type to set. It may not be nullpublic Category getCategory()
public void setCategory(Category category)
category - the category to setpublic CategoryProfile.Profile<VALUE_TYPE> getCentralProfile()
public void setCentralProfile(CategoryProfile.Profile<VALUE_TYPE> centralProfile)
centralProfile - the centralProfile to setpublic CategoryProfile.Profile<VALUE_TYPE> getLowerBound()
public void setLowerBound(CategoryProfile.Profile<VALUE_TYPE> lowerBound)
lowerBound - the lowerBound to setpublic CategoryProfile.Profile<VALUE_TYPE> getUpperBound()
public void setUpperBound(CategoryProfile.Profile<VALUE_TYPE> 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.