UpsCpr.CompiereCategorieOrganisation

Définition

Le type CompiereCategorieOrganisation modélise une catégorie d'organisation telle division, département, service, bureau, etc.

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

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

Opérateurs

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

Exemple

Variable
/*******/

Principal
/********/
Variable Debut
...
/* ------------------------------------------------ */
/* Creation de la categorie des divisions. */
/* ------------------------------------------------ */
CategorieOrganisation=CompiereCategorieOrganisation();
CategorieOrganisation.Nom="Division";
...
Si C1==C2 Alors
/* Egalité entre deux categories d'organisation. */ Fin Si
Si C1!=C2 Alors
/* Inégalité entre deux categories d'organisation. */ Fin Si
/CODE>

Connecteur

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

Traduction

---------