- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 81 for setTitle (0.04 sec)
-
fess-crawler/src/test/java/org/codelibs/fess/crawler/entity/TestEntity.java
public List<String> getList() { return list; } public void setList(final List<String> list) { this.list = list; } public String getTitle() { return title; } public void setTitle(final String title) { this.title = title; } public String getBody() { return body; } public void setBody(final String body) {Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Sat Mar 15 06:52:00 UTC 2025 - 1.2K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/entity/SitemapImage.java
} /** * Gets the title of the image. * @return the title */ public String getTitle() { return title; } /** * Sets the title of the image. * @param title the title to set */ public void setTitle(final String title) { this.title = title; } /** * Gets the license URL of the image.Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Nov 13 13:34:36 UTC 2025 - 3.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/entity/FacetQueryView.java
/** * Gets the title for this facet query view. * * @return the title string */ public String getTitle() { return title; } /** * Sets the title for this facet query view. * * @param title the title to set */ public void setTitle(final String title) { this.title = title; } /**Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 4.4K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/entity/SitemapVideo.java
} /** * Gets the title of the video. * @return the title */ public String getTitle() { return title; } /** * Sets the title of the video. * @param title the title to set */ public void setTitle(final String title) { this.title = title; } /** * Gets the description of the video.Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Nov 13 13:34:36 UTC 2025 - 8.9K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/entity/SitemapNews.java
} /** * Gets the title of the news article. * @return the title */ public String getTitle() { return title; } /** * Sets the title of the news article. * @param title the title to set */ public void setTitle(final String title) { this.title = title; } /** * Gets the keywords.Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Nov 13 13:34:36 UTC 2025 - 4.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/user/bsbhv/BsUserBhv.java
result.setTelephoneNumber(DfTypeUtil.toString(source.get("telephoneNumber"))); result.setTeletexTerminalIdentifier(DfTypeUtil.toString(source.get("teletexTerminalIdentifier"))); result.setTitle(DfTypeUtil.toString(source.get("title"))); result.setUidNumber(DfTypeUtil.toLong(source.get("uidNumber"))); result.setX121Address(DfTypeUtil.toString(source.get("x121Address")));
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 12K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/helper/SitemapsHelper.java
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Fri Nov 14 13:19:40 UTC 2025 - 34.9K bytes - Viewed (0) -
build-logic/documentation/src/main/groovy/gradlebuild/docs/GradleJavadocsPlugin.java
task.setGroup("documentation"); task.setDescription("Generate Javadocs for all API classes"); // TODO: This breaks if version is changed later task.setTitle("Gradle API " + project.getVersion()); StandardJavadocDocletOptions options = (StandardJavadocDocletOptions) task.getOptions(); options.setEncoding("utf-8"); options.setDocEncoding("utf-8");
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Thu Oct 02 14:18:24 UTC 2025 - 10.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/user/bsentity/BsUser.java
registerModifiedProperty("teletexTerminalIdentifier"); this.teletexTerminalIdentifier = value; } public String getTitle() { checkSpecifiedProperty("title"); return convertEmptyToNull(title); } public void setTitle(String value) { registerModifiedProperty("title"); this.title = value; } public Long getUidNumber() {
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 22.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/user/bsentity/dbmeta/UserDbm.java
(et, vl) -> ((User) et).setTeletexTerminalIdentifier(DfTypeUtil.toString(vl)), "teletexTerminalIdentifier"); setupEpg(_epgMap, et -> ((User) et).getTitle(), (et, vl) -> ((User) et).setTitle(DfTypeUtil.toString(vl)), "title"); setupEpg(_epgMap, et -> ((User) et).getUidNumber(), (et, vl) -> ((User) et).setUidNumber(DfTypeUtil.toLong(vl)), "uidNumber");
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 27K bytes - Viewed (0)