Package VaxTodo.Models
Class RendezVous
java.lang.Object
VaxTodo.Models.RendezVous
Deprecated.
Not currently used
Used for manipulating RendezVous objects and compare between objects
- Since:
- v1.0.0
- Authors:
- Mohamed, Christian, Louis
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.RendezVous
(int intRendezVous, int intTypeDose, String strDate, String strNom, String strPrenom, String strCourriel) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoid
Deprecated.int
Deprecated.int
Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.void
setIntRendezVous
(int intRendezVous) Deprecated.void
setIntTypeDose
(int intTypeDose) Deprecated.void
setStrCourriel
(String strCourriel) Deprecated.void
setStrDate
(String strDate) Deprecated.void
Deprecated.void
setStrPrenom
(String strPrenom) Deprecated.toString()
Deprecated.
-
Field Details
-
intRendezVous
private int intRendezVousDeprecated. -
intTypeDose
private int intTypeDoseDeprecated. -
strDate
Deprecated. -
strNom
Deprecated. -
strPrenom
Deprecated. -
strCourriel
Deprecated.
-
-
Constructor Details
-
Method Details
-
getIntRendezVous
public int getIntRendezVous()Deprecated. -
setIntRendezVous
public void setIntRendezVous(int intRendezVous) Deprecated. -
getIntTypeDose
public int getIntTypeDose()Deprecated. -
setIntTypeDose
public void setIntTypeDose(int intTypeDose) Deprecated. -
getStrDate
Deprecated. -
setStrDate
Deprecated. -
getStrNom
Deprecated. -
setStrNom
Deprecated. -
getStrPrenom
Deprecated. -
setStrPrenom
Deprecated. -
getStrCourriel
Deprecated. -
setStrCourriel
Deprecated. -
printInfosRendezVous
Deprecated. -
toString
Deprecated. -
EnvoiConfirmationRendezVous
public void EnvoiConfirmationRendezVous()Deprecated.
-