|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
com.mmm.cms.homehealth.HomeHealthEvent
public class HomeHealthEvent
The Home Health Event object used to notify Listener objects of what is happening during record scoring and validation
| Field Summary |
|---|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Fields inherited from interface com.mmm.cms.homehealth.proto.HomeHealthEventIF |
|---|
EVENT_ID_SCORING_EXCEPTION, EVENT_ID_SCORING_FINISHED, EVENT_ID_SCORING_GENERAL, EVENT_ID_SCORING_INCREASED, EVENT_ID_SCORING_SECTION_FINISHED, EVENT_ID_SCORING_SECTION_STARTING, EVENT_ID_SCORING_STARTING, EVENT_ID_SCORING_WARNING, EVENT_ID_VALIDATION_ISSUE |
| Constructor Summary | |
|---|---|
HomeHealthEvent(HomeHealthGrouperIF source)
Constructor with the basic information of the Home Health Grouper as the source object |
|
HomeHealthEvent(int eventId,
HomeHealthGrouperIF source,
HomeHealthRecordIF record,
java.lang.String message,
HomeHealthScoringModelIF model)
Constructor with all the required information in one call |
|
| Method Summary | |
|---|---|
int |
getEventId()
get the event id |
java.lang.Exception |
getException()
gets any Exception generated, if any |
HomeHealthGrouperIF |
getGrouper()
The Home Health Grouper that cause the event |
java.lang.String |
getMessage()
gets the message |
HomeHealthScoringModelIF |
getModel()
gets the scoring model, if any |
HomeHealthRecordIF |
getRecord()
gets the related Home Health Record, if any |
void |
setEventId(int eventId)
Sets the event id |
void |
setException(java.lang.Exception exception)
Sets the Exceptoin |
void |
setMessage(java.lang.String message)
sets the message |
void |
setModel(HomeHealthScoringModelIF model)
sets the scoring model |
void |
setRecord(HomeHealthRecordIF record)
Sets the Home Health record |
java.lang.String |
toString()
A formatted String |
| Methods inherited from class java.util.EventObject |
|---|
getSource |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public HomeHealthEvent(int eventId,
HomeHealthGrouperIF source,
HomeHealthRecordIF record,
java.lang.String message,
HomeHealthScoringModelIF model)
eventId - source - record - message - model - public HomeHealthEvent(HomeHealthGrouperIF source)
source - | Method Detail |
|---|
public java.lang.String getMessage()
getMessage in interface HomeHealthEventIFpublic void setMessage(java.lang.String message)
setMessage in interface HomeHealthEventIFmessage - public HomeHealthScoringModelIF getModel()
getModel in interface HomeHealthEventIFpublic void setModel(HomeHealthScoringModelIF model)
setModel in interface HomeHealthEventIFmodel - public HomeHealthRecordIF getRecord()
getRecord in interface HomeHealthEventIFpublic void setRecord(HomeHealthRecordIF record)
setRecord in interface HomeHealthEventIFrecord - public int getEventId()
getEventId in interface HomeHealthEventIFpublic void setEventId(int eventId)
setEventId in interface HomeHealthEventIFeventId - public java.lang.Exception getException()
getException in interface HomeHealthEventIFpublic void setException(java.lang.Exception exception)
setException in interface HomeHealthEventIFexception - public HomeHealthGrouperIF getGrouper()
getGrouper in interface HomeHealthEventIFpublic java.lang.String toString()
toString in class java.util.EventObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||