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

    aRole.setRolShortdescription(rolShortdescription.getValue());
    aRole.setRolLongdescription(rolLongdescription.getValue());
  }