|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ComponentHistory
Represents source-asserted history information.
All data in a row of the MRHIST file is represented here.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface gov.nih.nlm.umls.meta.SourceElement |
|---|
SourceElement.BySourceComparator, SourceElement.BySourceRestrictor |
| Method Summary | |
|---|---|
String |
getChangeKey()
Returns the change key which identifies what changed (CHANGEKEY). |
String |
getChangeType()
Returns the change type which identifies what changed (CHANGETYPE). |
String |
getChangeValue()
Returns the new value for what changed (CHANGEVALUE). |
String |
getIdentifier()
Returns the unique identifier (UI). |
String |
getKeyFields()
Returns a String key which can be used
by equals, compareTo, and hashCode methods. |
String |
getReason()
Returns the reason for the change (REASON). |
String |
getSver()
Returns the release date or version number of a source (SVER). |
String |
getUi()
Returns the unique identifier (UI). |
String |
getVersion()
Returns the release date or version number of a source (SVER). |
void |
setChangeKey(String changekey)
Sets the change key to identify what changed (CHANGEKEY). |
void |
setChangeType(String changetype)
Sets the change type to identify what changed (CHANGETYPE). |
void |
setChangeValue(String changeval)
Sets the new value for what changed (CHANGEVALUE). |
void |
setIdentifier(String ui)
Sets the unique identifier (UI). |
void |
setReason(String reason)
Sets the reason for the change (REASON). |
void |
setSver(String sver)
Sets the release date or version number of a source (SVER). |
void |
setUi(String ui)
Sets the unique identifier (UI). |
void |
setVersion(String sver)
Sets the release date or version number of a source (SVER). |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Methods inherited from interface gov.nih.nlm.umls.meta.ConceptElement |
|---|
getConcept, setConcept |
| Methods inherited from interface gov.nih.nlm.umls.meta.ContentViewElement |
|---|
getContentView, getCvf, setContentView, setCvf |
| Methods inherited from interface gov.nih.nlm.umls.meta.SourceElement |
|---|
getSource, setSource |
| Method Detail |
|---|
String getVersion()
String getSver()
getVersion().
void setVersion(String sver)
sver - the release date or version number of a sourcevoid setSver(String sver)
setVersion(String).
sver - the release date or version number of a sourceString getChangeKey()
void setChangeKey(String changekey)
changekey - the change keyString getChangeValue()
void setChangeValue(String changeval)
changeval - the change valueString getChangeType()
void setChangeType(String changetype)
changetype - the change typeString getReason()
void setReason(String reason)
reason - reason for the changedString getUi()
getIdentifier().
String getIdentifier()
void setIdentifier(String ui)
ui - the new valuevoid setUi(String ui)
setIdentifier(String).
ui - the unique identifierString getKeyFields()
String key which can be used
by equals, compareTo, and hashCode methods.
String composed from key Atom fields
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||