Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for updated_by (0.05 sec)

  1. BsDataConfig.java

    "sortOrder"); L289: this.sortOrder = value; L290: } L291: L292: public String getUpdatedBy() { L293: checkSpecifiedProperty("updatedBy"); L294: return convertEmptyToNull(updatedBy); L295: } L296: L297: public void setUpdatedBy(String value) { L298: registerModifiedProperty("updatedBy"); L299: this.updatedBy = value; L300: } L301: L302: public Long getUpdatedTime() { L303: checkSpecifiedProperty("updatedTime"); L304: return updatedTime;...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      9.9K bytes
Back to top