@Entity public class CategoryEntity extends DataElementEntity
| Modifier and Type | Class and Description |
|---|---|
static class |
CategoryEntity.CategoryType |
| Constructor and Description |
|---|
CategoryEntity() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(DataElementEntityVisitor visitor) |
List<DataElementEntity> |
getMembers() |
void |
setCategoryType(CategoryEntity.CategoryType categoryType) |
void |
setMembers(List<DataElementEntity> members) |
String |
toString() |
getCategoryType, getCreated, getDescription, getDisplayName, getId, getKey, getLastModified, getUserId, isInSystem, onCycleDetected, setCatType, setCreated, setDescription, setDisplayName, setId, setInSystem, setKey, setLastModified, setUserIdpublic List<DataElementEntity> getMembers()
public void setMembers(List<DataElementEntity> members)
public void setCategoryType(CategoryEntity.CategoryType categoryType)
public void accept(DataElementEntityVisitor visitor)
public String toString()
toString in class DataElementEntityCopyright © 2012–2016 Emory University. All rights reserved.