cad.simcad.objectserver.spec.cac.objects
Interface Form

All Known Implementing Classes:
DumForm, FormI

public interface Form

Author:
sgroutar To change this generated comment edit the template variable "typecomment": Window>Preferences>Java>Templates. To enable and disable the creation of type comments go to Window>Preferences>Java>Code Generation.

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)
           
 

Method Detail

getId

public Id getId()
Pre:
/
Returns:
un identificateur id, l'identificateur du formulaire
Throws:
/
Post:
/

getPhoneCaller

public java.lang.String getPhoneCaller()
Pre:
/
Returns:
une chaine de caractere p representant le numero de telephonne de l'appelant
Throws:
/
Post:
/

getPlace

public Place getPlace()
Pre:
/
Returns:
un lieu l, lieu ou se trouve le blesse
Post:
/

getFormGravity

public Gravity getFormGravity()
Pre:
/
Returns:
gravite g, gravite de l'intervention
Post:
/

getCallAssistant

public Id getCallAssistant()
Pre:
/
Returns:
l'identificateur i du call assistant
Post:
/

getDescription

public java.lang.String getDescription()
Pre:
/
Returns:
une chaine de caractere S donnant la description de l'etat du patient
Post:
/

getTime

public java.sql.Timestamp getTime()
Pre:
/
Returns:
une date d, la date de creation du formulaire
Post:
/

setId

public void setId(Id i)
Pre:
/
Returns:
/
Post:
/

Logo

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