@Entity public class PairedSample extends ObservationTarget implements Entity
| Modifier and Type | Field and Description |
|---|---|
static String |
ENTITY_NAME |
static String |
ID |
static String |
LABEL1 |
static String |
LABEL2 |
static String |
SUBJECT1 |
static String |
SUBJECT2 |
__TYPE, DESCRIPTION, IDENTIFIER, NAME| Constructor and Description |
|---|
PairedSample() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Object |
get(String name)
Generic getter.
|
Iterable<String> |
getAttributeNames() |
EntityMetaData |
getEntityMetaData() |
String |
getEntityName() |
Integer |
getIdValue() |
OntologyTerm |
getLabel1()
Get the Which channel or Fluorescent labeling is associated with the first subject.
|
OntologyTerm |
getLabel2()
Get the Which channel or Fluorescent labeling is associated with the second subject.
|
List<String> |
getLabelAttributeNames() |
Individual |
getSubject1()
Get the The first subject.
|
Individual |
getSubject2()
Get the The second sample.
|
int |
hashCode() |
void |
set(Entity entity,
boolean strict) |
void |
set(String attributeName,
Object value) |
void |
setLabel1(OntologyTerm label1)
Set the Which channel or Fluorescent labeling is associated with the first subject.
|
void |
setLabel2(OntologyTerm label2)
Set the Which channel or Fluorescent labeling is associated with the second subject.
|
void |
setSubject1(Individual subject1)
Set the The first subject.
|
void |
setSubject2(Individual subject2)
Set the The second sample.
|
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 SUBJECT1
public static final String LABEL1
public static final String SUBJECT2
public static final String LABEL2
public static final String ID
public String getEntityName()
getEntityName in class ObservationTargetpublic Individual getSubject1()
public void setSubject1(Individual subject1)
subject1 - public OntologyTerm getLabel1()
public void setLabel1(OntologyTerm label1)
label1 - public Individual getSubject2()
public void setSubject2(Individual subject2)
subject2 - public OntologyTerm getLabel2()
public void setLabel2(OntologyTerm label2)
label2 - public Object get(String name)
get in interface Entityget in class ObservationTargetpublic void set(Entity entity, boolean strict)
set in interface Entityset in class ObservationTargetpublic String toString()
toString in class ObservationTargetpublic String toString(boolean verbose)
toString in class ObservationTargetpublic Integer getIdValue()
getIdValue in interface EntitygetIdValue in class ObservationTargetpublic Iterable<String> getAttributeNames()
getAttributeNames in interface EntitygetAttributeNames in class ObservationTargetpublic List<String> getLabelAttributeNames()
getLabelAttributeNames in interface EntitygetLabelAttributeNames in class ObservationTargetpublic void set(String attributeName, Object value)
set in interface Entityset in class ObservationTargetpublic boolean equals(Object obj)
equals in class ObservationTargetpublic int hashCode()
hashCode in class ObservationTargetpublic EntityMetaData getEntityMetaData()
getEntityMetaData in interface EntitygetEntityMetaData in class ObservationTargetCopyright © 2014. All Rights Reserved.