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)
           
 
Method Summary
 Id getCallAssistant()
           
 java.lang.String getDescription()
           
 Gravity getFormGravity()
           
 Id getId()
           
 java.lang.String getPhoneCaller()
           
 Place getPlace()
           
 java.sql.Timestamp getTime()
           
 void setId(Id i)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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)
Method Detail

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:
/

Logo

With the help of www.sourceforge.net and www.info.ucl.ac.be