UpsCpr.CompiereCategorieTaxe

Définition

Le type CompiereCategorieTaxe modélise une catégorie d'organisation telle la taxe d'apprentissage, la Taxe sur la Valeur Ajoutée (TVA), etc.

/****************************************************************/
Type CompiereCategorieTaxe Implemente ICategorie Metier Defaut
/* Objet : Definition d'une categorie de taxe. */
/****************************************************************/
/*--------------------------------------------------------------*/
/* Heritage de Objet. */
/*--------------------------------------------------------------*/
Prive :

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

Opérateurs

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

Exemple

Variable
/*******/

Principal
/********/
Variable Debut
...
/* ------------------------------------------------ */
/* Creation de la categorie de la TVA. */
/* ------------------------------------------------ */
CategorieOrganisation=CompiereCategorieTaxe();
CategorieOrganisation.Nom="TVA";
...
Si C1==C2 Alors
/* Egalité entre deux categories de taxe. */ Fin Si
Si C1!=C2 Alors
/* Inégalité entre deux categories de taxe. */ Fin Si
/CODE>

Connecteur

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

Traduction

---------