|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Represents source-asserted history information.
All data in a row of the MRHIST
file is represented here.
Nested Class Summary |
Nested classes inherited from class 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 |
public String getVersion()
public String getSver()
getVersion()
.
public void setVersion(String sver)
sver
- the release date or version number of a sourcepublic void setSver(String sver)
setVersion(String)
.
sver
- the release date or version number of a sourcepublic String getChangeKey()
public void setChangeKey(String changekey)
changekey
- the change keypublic String getChangeValue()
public void setChangeValue(String changeval)
changeval
- the change valuepublic String getChangeType()
public void setChangeType(String changetype)
changetype
- the change typepublic String getReason()
public void setReason(String reason)
reason
- reason for the changedpublic String getUi()
getIdentifier()
.
public String getIdentifier()
public void setIdentifier(String ui)
ui
- the new valuepublic void setUi(String ui)
setIdentifier(String)
.
ui
- the unique identifierpublic String 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 |