Package pojo

Class Role

java.lang.Object
pojo.Role

public class Role extends Object
Représente un rôle utilisateur (ex: VM, CO, RH, DR).
Author:
Matthieu CAMPAGNA
  • Field Details

  • Constructor Details

    • Role

      public Role(String id, String libelle)
      Constructeur de Role.
      Parameters:
      id - identifiant du rôle
      libelle - libellé du rôle
  • Method Details

    • getId

      public String getId()
    • setId

      public void setId(String id)
    • getLibelle

      public String getLibelle()
    • setLibelle

      public void setLibelle(String libelle)
    • toString

      public String toString()
      Overrides:
      toString in class Object