UpsCpr.CompiereTaxe

Définition

Le type CompiereTaxe modélise une taxe collectée par une collectivité ou par l'état.

/****************************************************************/
Type CompiereTaxe Implemente ITaxe Metier Defaut
/* Objet : Definition d'une taxe. */
/****************************************************************/
/*--------------------------------------------------------------*/
/* Heritage de Objet. */
/*--------------------------------------------------------------*/
Prive :

Public : Prive : /*--------------------------------------------------------------*/
/* Heritage de IObjetMetier. */
/*--------------------------------------------------------------*/
Prive : Public : /*--------------------------------------------------------------*/
/* Definitions propres. */
/*--------------------------------------------------------------*/
Public : Fin Type

Opérateurs

Le type CompiereTaxe possède les opérateurs standards suivants : Le type CompiereTaxe comporte un constructeur implicite.

Exemple

Variable
/*******/

Principal
/********/
Variable Debut
...
/* ------------------------------------------------ */
/* Creation d'une taxe. */
/* ------------------------------------------------ */
MaTaxe=CompiereTaxe();
MaTaxe.SorteAssiette=SorteAssietteTaxeProportionnel;
MaTaxe.SorteAssiette.TaxeProportionnelle.Taux=19.6;
...
Si T1==T2 Alors
/* Egalité entre deux taxes. */ Fin Si
Si T1!=T2 Alors
/* Inégalité entre deux taxes. */ Fin Si
Fin Principal

Connecteur

Up ! Business.Compiere.
Insererorg.compiere.model.X_C_Tax.X_C_Tax(java.util.Properties ctx, int C_Tax_ID, String P3);

Traduction

---------