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