public static String formatTldPKeyAttributes(String separator, CFInternetTldBuff buff) {
   String retval =
       CFLibXmlUtil.formatRequiredInt64(separator, "TenantId", buff.getRequiredTenantId())
           + CFLibXmlUtil.formatRequiredInt64(separator, "TldId", buff.getRequiredTldId());
   return (retval);
 }