|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object edu.jhu.tmaj.beans.dynamic.data.DynamicDataRecord
public final class DynamicDataRecord
Represents data that would be found in one record of a dynamic data table (for example, SpecimenData)
Constructor Summary | |
---|---|
DynamicDataRecord(int primaryKeyID,
int fieldID,
DynamicValue dynamicValue)
Initializes this class from a single record found in a dynamic data table (XXXData). |
Method Summary | |
---|---|
DynamicValue |
getDynamicValue()
Returns the DynamicValue of this record,a combination of the EnumID and FieldValue fields in the database. |
int |
getFieldID()
Returns the FieldID record. |
int |
getPrimaryKeyID()
Returns the primary key of the record to which this dynamic data REFERS |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DynamicDataRecord(int primaryKeyID, int fieldID, DynamicValue dynamicValue)
primaryKeyID
- the primary key of the record to this dynamic data refers. (e.g.
TissueDiagnosisID)fieldID
- the fieldID field in table XXXDatadynamicValue
- the dynamicValue assigned to the fieldID.Method Detail |
---|
public int getPrimaryKeyID()
public int getFieldID()
public DynamicValue getDynamicValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |