public class Protocol_Features extends AbstractEntity implements Entity
| Modifier and Type | Field and Description |
|---|---|
static String |
AUTOID |
static String |
ENTITY_NAME |
static String |
FEATURES |
static String |
PROTOCOL |
| Constructor and Description |
|---|
Protocol_Features() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Object |
get(String name)
Generic getter.
|
Iterable<String> |
getAttributeNames() |
Integer |
getAutoid()
Get the automatic id field to ensure ordering of mrefs.
|
EntityMetaData |
getEntityMetaData() |
String |
getEntityName() |
ObservableFeature |
getFeatures()
Get the .
|
Integer |
getIdValue() |
List<String> |
getLabelAttributeNames() |
Protocol |
getProtocol()
Get the .
|
int |
hashCode() |
void |
set(Entity entity,
boolean strict) |
void |
set(String attributeName,
Object value) |
void |
setAutoid(Integer autoid)
Set the automatic id field to ensure ordering of mrefs.
|
void |
setFeatures(ObservableFeature features)
Set the .
|
void |
setProtocol(Protocol protocol)
Set the .
|
String |
toString() |
String |
toString(boolean verbose) |
getBoolean, getDate, getDouble, getEntities, getEntities, getEntity, getEntity, getInt, getIntList, getLabelValue, getList, getLong, getString, getTimestamp, getUtilDate, isObjectRepresentation, set, setValuesFromStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetBoolean, getDate, getDouble, getEntities, getEntities, getEntity, getEntity, getInt, getIntList, getLabelValue, getList, getLong, getString, getTimestamp, getUtilDate, setpublic static final String ENTITY_NAME
public static final String AUTOID
public static final String FEATURES
public static final String PROTOCOL
public String getEntityName()
public Integer getAutoid()
public void setAutoid(Integer autoid)
autoid - public ObservableFeature getFeatures()
public void setFeatures(ObservableFeature features)
features - public Protocol getProtocol()
public void setProtocol(Protocol protocol)
protocol - public String toString()
toString in class AbstractEntitypublic String toString(boolean verbose)
public Integer getIdValue()
getIdValue in interface Entitypublic Iterable<String> getAttributeNames()
getAttributeNames in interface Entitypublic List<String> getLabelAttributeNames()
getLabelAttributeNames in interface Entitypublic EntityMetaData getEntityMetaData()
getEntityMetaData in interface EntityCopyright © 2014. All Rights Reserved.