cad.simcad.ObjectImpl
Class FormI
java.lang.Object
|
+--cad.simcad.ObjectImpl.FormI
- All Implemented Interfaces:
- Form
- public class FormI
- extends java.lang.Object
- implements Form
- Author:
- sgroutar
|
Constructor Summary |
FormI(Id i,
Id cAssist,
java.lang.String c,
Place p,
Gravity g,
java.lang.String des,
java.sql.Timestamp t)
|
FormI(Id cAssist,
java.lang.String c,
Place p,
Gravity g,
java.lang.String des,
java.sql.Timestamp t)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FormI
public FormI(Id cAssist,
java.lang.String c,
Place p,
Gravity g,
java.lang.String des,
java.sql.Timestamp t)
FormI
public FormI(Id i,
Id cAssist,
java.lang.String c,
Place p,
Gravity g,
java.lang.String des,
java.sql.Timestamp t)
getId
public Id getId()
- Specified by:
getId in interface Form
- Returns:
- un identificateur id, l'identificateur du formulaire
getPhoneCaller
public java.lang.String getPhoneCaller()
- Specified by:
getPhoneCaller in interface Form
- Returns:
- une chaine de caractere p representant le numero de telephonne de l'appelant
getPlace
public Place getPlace()
- Specified by:
getPlace in interface Form
- Returns:
- un lieu l, lieu ou se trouve le blesse
getFormGravity
public Gravity getFormGravity()
- Specified by:
getFormGravity in interface Form
- Returns:
- gravite g, gravite de l'intervention
getCallAssistant
public Id getCallAssistant()
- Specified by:
getCallAssistant in interface Form
- Returns:
- l'identificateur i du call assistant
getDescription
public java.lang.String getDescription()
- Specified by:
getDescription in interface Form
- Returns:
- une chaine de caractere S donnant la description de l'etat du patient
getTime
public java.sql.Timestamp getTime()
- Specified by:
getTime in interface Form
- Returns:
- une date d, la date de creation du formulaire
setId
public void setId(Id i)
- Specified by:
setId in interface Form
- Returns:
- /
With the help of www.sourceforge.net and www.info.ucl.ac.be