IMoratoire

Définition...
Opérateurs...
Exemple...
Traduction...

L'interface IMoratoire modélise un moratoire sur des créances.

/****************************************************************/
Interface IMoratoire HeriteDe IObjetMetier Metier Defaut
/* Objet : Definition d'un moratoire. */
/****************************************************************/
/*--------------------------------------------------------------*/
/* Heritage de IObjetMetier. */
/*--------------------------------------------------------------*/
Prive :

Public : /*--------------------------------------------------------------*/
/* Definitions propres. */
/*--------------------------------------------------------------*/
Public : Fin Interface

Revenir en haut de la page...

L'interface IMoratoire possède les opérateurs standards suivants : L'interface IMoratoire possède un constructeur implicite.

Revenir en haut de la page...

Variable
/******/

Principal
/********/
Variable Debut
...
/* ------------------------------------------------ */
/* Creation d'un echeancier. */
/* ------------------------------------------------ */
MonMoratoire=MonProgiciel.NouvelObjet(IMoratoire);
MonMoratoire.Responsable=MonResponsable;
MonMoratoire.EstContentieux=Faux;
...
Si M1==M2 Alors
/* Egalité entre deux moratoires. */ Fin Si
Si M1!=M2 Alors
/* Inégalité entre deux moratoires. */ Fin Si
Fin Principal

Revenir en haut de la page...

IMoratoriumIMoratoriumI延期偿付IMoratoria----

Revenir en haut de la page...