public void setVariables(FunctionKeyF6_Properties fromClient) {
    int tempInt = 0;
    String tempString = null;

    try {
      tempString = fromClient.getHPubMacroMessage();
      this.setHPubMacroMessage(tempString);
    } catch (Exception e) {
    }

    try {
      tempString = fromClient.getHPubEndChainName();
      this.setHPubEndChainName(tempString);
    } catch (Exception e) {
    }

    try {
      tempString = fromClient.getHPubScreenState();
      this.setHPubScreenState(tempString);
    } catch (Exception e) {
    }

    try {
      tempString = fromClient.getHPubStartChainName();
      this.setHPubStartChainName(tempString);
    } catch (Exception e) {
    }

    try {
      tempString = fromClient.getHPubConnectionOverrides();
      this.setHPubConnectionOverrides(tempString);
    } catch (Exception e) {
    }

    try {
      tempInt = fromClient.getHPubStartType();
      this.setHPubStartType(tempInt);
    } catch (Exception e) {
    }

    try {
      tempString = fromClient.getHPubLinkKey();
      this.setHPubLinkKey(tempString);
    } catch (Exception e) {
    }

    try {
      tempString = fromClient.getHPubStartPoolName();
      this.setHPubStartPoolName(tempString);
    } catch (Exception e) {
    }

    try {
      tempInt = fromClient.getHPubEndType();
      this.setHPubEndType(tempInt);
    } catch (Exception e) {
    }

    try {
      styleSheet = fromClient.getHPubStyleSheet();
    } catch (Exception e) {
    }
  }