@Entity public class Protocol extends Characteristic implements Entity
| Modifier and Type | Field and Description |
|---|---|
static String |
ACTIVE |
static String |
ENTITY_NAME |
static String |
FEATURES |
static String |
ID |
static String |
PROTOCOLTYPE |
static String |
REQUIREDFEATURES |
static String |
ROOT |
static String |
SUBPROTOCOLS |
__TYPE, DESCRIPTION, IDENTIFIER, NAME| Constructor and Description |
|---|
Protocol() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Object |
get(String name)
Generic getter.
|
Boolean |
getActive()
Get the whether this protocol is considered active/inactive.
|
Iterable<String> |
getAttributeNames() |
EntityMetaData |
getEntityMetaData() |
String |
getEntityName() |
List<ObservableFeature> |
getFeatures()
Get the parameters (in/out) that are used or produced by this protocol..
|
Integer |
getIdValue() |
List<String> |
getLabelAttributeNames() |
OntologyTerm |
getProtocolType()
Get the classification of protocol.
|
List<ObservableFeature> |
getRequiredFeatures()
Get the ...........
|
Boolean |
getRoot()
Get the Indicator whether this protocol defines a workflow (e.g is the first protocol of a workflow)..
|
List<Protocol> |
getSubprotocols()
Get the Subprotocols of this protocol.
|
Collection<Protocol> |
getSubprotocolsProtocolCollection() |
int |
hashCode() |
void |
set(Entity entity,
boolean strict) |
void |
set(String attributeName,
Object value) |
void |
setActive(Boolean active)
Set the whether this protocol is considered active/inactive.
|
void |
setFeatures(List<ObservableFeature> features)
Set the parameters (in/out) that are used or produced by this protocol..
|
void |
setProtocolType(OntologyTerm protocolType)
Set the classification of protocol.
|
void |
setRequiredFeatures(List<ObservableFeature> requiredFeatures)
Set the ...........
|
void |
setRoot(Boolean root)
Set the Indicator whether this protocol defines a workflow (e.g is the first protocol of a workflow)..
|
void |
setSubprotocols(List<Protocol> subprotocols)
Set the Subprotocols of this protocol.
|
void |
setSubprotocolsProtocolCollection(Collection<Protocol> collection) |
String |
toString() |
String |
toString(boolean verbose) |
get__Type, get__TypeLabel, get__TypeOptions, getDescription, getId, getIdentifier, getName, getValueMrefValueCollection, set__Type, setDescription, setId, setIdentifier, setName, setValueMrefValueCollectiongetBoolean, 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 PROTOCOLTYPE
public static final String SUBPROTOCOLS
public static final String FEATURES
public static final String REQUIREDFEATURES
public static final String ROOT
public static final String ACTIVE
public static final String ID
public String getEntityName()
getEntityName in class Characteristicpublic OntologyTerm getProtocolType()
public void setProtocolType(OntologyTerm protocolType)
protocolType - public List<Protocol> getSubprotocols()
public void setSubprotocols(List<Protocol> subprotocols)
subprotocols - public List<ObservableFeature> getFeatures()
public void setFeatures(List<ObservableFeature> features)
features - public List<ObservableFeature> getRequiredFeatures()
public void setRequiredFeatures(List<ObservableFeature> requiredFeatures)
requiredFeatures - public Boolean getRoot()
public void setRoot(Boolean root)
root - public Boolean getActive()
public void setActive(Boolean active)
active - public Object get(String name)
get in interface Entityget in class Characteristicpublic void set(Entity entity, boolean strict)
set in interface Entityset in class Characteristicpublic String toString()
toString in class Characteristicpublic String toString(boolean verbose)
toString in class Characteristicpublic Integer getIdValue()
getIdValue in interface EntitygetIdValue in class Characteristicpublic Collection<Protocol> getSubprotocolsProtocolCollection()
public void setSubprotocolsProtocolCollection(Collection<Protocol> collection)
public Iterable<String> getAttributeNames()
getAttributeNames in interface EntitygetAttributeNames in class Characteristicpublic List<String> getLabelAttributeNames()
getLabelAttributeNames in interface EntitygetLabelAttributeNames in class Characteristicpublic void set(String attributeName, Object value)
set in interface Entityset in class Characteristicpublic boolean equals(Object obj)
equals in class Characteristicpublic int hashCode()
hashCode in class Characteristicpublic EntityMetaData getEntityMetaData()
getEntityMetaData in interface EntitygetEntityMetaData in class CharacteristicCopyright © 2014. All Rights Reserved.