- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for setWebConfigId (0.08 sec)
-
src/main/java/org/codelibs/fess/es/config/bsentity/BsRequestHeader.java
this.value = value; } public String getWebConfigId() { checkSpecifiedProperty("webConfigId"); return convertEmptyToNull(webConfigId); } public void setWebConfigId(String value) { registerModifiedProperty("webConfigId"); this.webConfigId = value; }
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 6.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/config/bsentity/BsWebAuthentication.java
this.username = value; } public String getWebConfigId() { checkSpecifiedProperty("webConfigId"); return convertEmptyToNull(webConfigId); } public void setWebConfigId(String value) { registerModifiedProperty("webConfigId"); this.webConfigId = value; }
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 9K bytes - Viewed (0)