public class TreatmentMistake
extends java.lang.Object
| Constructor and Description |
|---|
TreatmentMistake(AgentID pProblemPhysicianID,
int pProblemCount) |
| Modifier and Type | Method and Description |
|---|---|
int |
getProblemCount()
Gets the problemCount attribute.
|
AgentID |
getProblemPhysicianID()
Gets the problemPhysicianID attribute.
|
void |
setProblemCount(int pProblemCount)
Sets the problemCount attribute.
|
void |
setProblemPhysicianID(AgentID pProblemPhysicianID)
Sets the problemPhysicianID attribute.
|
java.lang.String |
toString()
Returns the treatment mistake data as a string.
|
public TreatmentMistake(AgentID pProblemPhysicianID, int pProblemCount)
pProblemPhysicianID - pProblemCount - public java.lang.String toString()
toString in class java.lang.Objectpublic AgentID getProblemPhysicianID()
public void setProblemPhysicianID(AgentID pProblemPhysicianID)
pProblemPhysicianID - public int getProblemCount()
public void setProblemCount(int pProblemCount)
pProblemCount -