@Entity public class Characteristic extends AbstractEntity implements Entity, Identifiable
| Modifier and Type | Field and Description |
|---|---|
static String |
__TYPE |
static String |
DESCRIPTION |
static String |
ENTITY_NAME |
static String |
ID |
static String |
IDENTIFIER |
static String |
NAME |
| Constructor and Description |
|---|
Characteristic() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
get__Type()
Get the Subtypes have to be set to allow searching.
|
String |
get__TypeLabel()
Get tha label for enum __Type.
|
List<ValueLabel> |
get__TypeOptions()
__Type is enum.
|
Object |
get(String name)
Generic getter.
|
Iterable<String> |
getAttributeNames() |
String |
getDescription()
Get the (Optional) Rudimentary meta data about the observable feature.
|
EntityMetaData |
getEntityMetaData() |
String |
getEntityName() |
Integer |
getId()
Get the automatically generated internal id, only for internal use..
|
String |
getIdentifier()
Get the user supplied or automatically assigned (using a decorator) unique and short identifier, e.g.
|
Integer |
getIdValue() |
List<String> |
getLabelAttributeNames() |
String |
getName()
Get the human readible name, not necessary unique..
|
Collection<MrefValue> |
getValueMrefValueCollection() |
int |
hashCode() |
void |
set__Type(String __Type)
Set the Subtypes have to be set to allow searching.
|
void |
set(Entity entity,
boolean strict) |
void |
set(String attributeName,
Object value) |
void |
setDescription(String description)
Set the (Optional) Rudimentary meta data about the observable feature.
|
void |
setId(Integer id)
Set the automatically generated internal id, only for internal use..
|
void |
setIdentifier(String identifier)
Set the user supplied or automatically assigned (using a decorator) unique and short identifier, e.g.
|
void |
setName(String name)
Set the human readible name, not necessary unique..
|
void |
setValueMrefValueCollection(Collection<MrefValue> collection) |
String |
toString() |
String |
toString(boolean verbose) |
getBoolean, getDate, getDouble, getEntities, getEntity, getInt, getIntList, getLabelValue, getList, getLong, getString, getTimestamp, getUtilDate, isObjectRepresentation, set, setValuesFromStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetBoolean, getDate, getDouble, getEntities, getEntity, getInt, getIntList, getLabelValue, getList, getLong, getString, getTimestamp, getUtilDate, setpublic static final String ENTITY_NAME
public static final String ID
public static final String IDENTIFIER
public static final String NAME
public static final String __TYPE
public static final String DESCRIPTION
public String getEntityName()
public Integer getId()
public void setId(Integer id)
public String getIdentifier()
getIdentifier in interface Identifiablepublic void setIdentifier(String identifier)
setIdentifier in interface Identifiableidentifier - public String getName()
getName in interface Identifiablepublic void setName(String name)
setName in interface Identifiablename - public String get__Type()
public void set__Type(String __Type)
__Type - public String get__TypeLabel()
public List<ValueLabel> get__TypeOptions()
public String getDescription()
public void setDescription(String description)
description - public String toString()
toString in class AbstractEntitypublic String toString(boolean verbose)
public Integer getIdValue()
getIdValue in interface Entitypublic Collection<MrefValue> getValueMrefValueCollection()
public void setValueMrefValueCollection(Collection<MrefValue> collection)
public Iterable<String> getAttributeNames()
getAttributeNames in interface Entitypublic List<String> getLabelAttributeNames()
getLabelAttributeNames in interface Entitypublic EntityMetaData getEntityMetaData()
getEntityMetaData in interface EntityCopyright © 2014. All Rights Reserved.