/**
   * Writes the bean data to the components.<br>
   *
   * @param aRole
   */
  public void doWriteBeanToComponents(SecRole aRole) {

    rolShortdescription.setValue(aRole.getRolShortdescription());
    rolLongdescription.setValue(aRole.getRolLongdescription());
  }