|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openehr.rm.RMObject
org.openehr.rm.common.archetyped.FeederAudit
public final class FeederAudit
Audit details for a feeder system. Instances of this class are immutalbe
| Constructor Summary | |
|---|---|
FeederAudit(java.lang.String systemID,
java.lang.String committer,
DvDateTime timeCommitted,
DvCodedText changeType,
DvText description,
TerminologyService terminologyService)
Constrcuts a FeederAudit |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
Equals if have same values |
DvCodedText |
getChangeType()
Type of change, eg "creation", "correction", "modification", "synthesis" etc. |
java.lang.String |
getCommitter()
Identity of party who committed the item |
DvText |
getDescription()
Description of change from original system |
java.lang.String |
getSystemID()
Identity of the system where the item was originally committed |
DvDateTime |
getTimeCommitted()
Time of committal of the item |
int |
hashCode()
Return a hashcode of this object |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FeederAudit(java.lang.String systemID,
java.lang.String committer,
DvDateTime timeCommitted,
DvCodedText changeType,
DvText description,
TerminologyService terminologyService)
systemID - not null or emptycommitter - if not null then not emptytimeCommitted - null if not presentchangeType - must be a valid typedescription - null if not presentterminologyService - not null
java.lang.IllegalArgumentException| Method Detail |
|---|
public java.lang.String getSystemID()
public java.lang.String getCommitter()
public DvDateTime getTimeCommitted()
public DvCodedText getChangeType()
public DvText getDescription()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objecto -
public int hashCode()
hashCode in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||