@Entity public class DataSet extends Characteristic implements Entity
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ENDTIME |
static java.lang.String |
ENTITY_NAME |
static java.lang.String |
ID |
static java.lang.String |
PROTOCOLUSED |
static java.lang.String |
STARTTIME |
__TYPE, DESCRIPTION, IDENTIFIER, NAME| Constructor and Description |
|---|
DataSet() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Object |
get(java.lang.String name)
Generic getter.
|
java.lang.Iterable<java.lang.String> |
getAttributeNames() |
java.util.Date |
getEndTime()
Get the (Optional) time when the protocol ended..
|
EntityMetaData |
getEntityMetaData() |
java.lang.String |
getEntityName() |
java.lang.Integer |
getIdValue() |
java.util.List<java.lang.String> |
getLabelAttributeNames() |
Protocol |
getProtocolUsed()
Get the Reference to the protocol that is being used (if available).
|
java.util.Date |
getStartTime()
Get the time when the protocol started..
|
int |
hashCode() |
void |
set(Entity entity,
boolean strict) |
void |
set(java.lang.String attributeName,
java.lang.Object value) |
void |
setEndTime(java.util.Date endTime)
Set the (Optional) time when the protocol ended..
|
void |
setProtocolUsed(Protocol protocolUsed)
Set the Reference to the protocol that is being used (if available).
|
void |
setStartTime(java.util.Date startTime)
Set the time when the protocol started..
|
java.lang.String |
toString() |
java.lang.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 java.lang.String ENTITY_NAME
public static final java.lang.String PROTOCOLUSED
public static final java.lang.String STARTTIME
public static final java.lang.String ENDTIME
public static final java.lang.String ID
public java.lang.String getEntityName()
getEntityName in class Characteristicpublic Protocol getProtocolUsed()
public void setProtocolUsed(Protocol protocolUsed)
protocolUsed - public java.util.Date getStartTime()
public void setStartTime(java.util.Date startTime)
startTime - public java.util.Date getEndTime()
public void setEndTime(java.util.Date endTime)
endTime - public java.lang.Object get(java.lang.String name)
get in interface Entityget in class Characteristicpublic void set(Entity entity, boolean strict)
set in interface Entityset in class Characteristicpublic java.lang.String toString()
toString in class Characteristicpublic java.lang.String toString(boolean verbose)
toString in class Characteristicpublic java.lang.Integer getIdValue()
getIdValue in interface EntitygetIdValue in class Characteristicpublic java.lang.Iterable<java.lang.String> getAttributeNames()
getAttributeNames in interface EntitygetAttributeNames in class Characteristicpublic java.util.List<java.lang.String> getLabelAttributeNames()
getLabelAttributeNames in interface EntitygetLabelAttributeNames in class Characteristicpublic void set(java.lang.String attributeName,
java.lang.Object value)
set in interface Entityset in class Characteristicpublic boolean equals(java.lang.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.