Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for setLabelTypeId (0.09 sec)

  1. src/main/java/org/codelibs/fess/opensearch/config/bsentity/BsElevateWordToLabel.java

            this.elevateWordId = value;
        }
    
        public String getLabelTypeId() {
            checkSpecifiedProperty("labelTypeId");
            return convertEmptyToNull(labelTypeId);
        }
    
        public void setLabelTypeId(String value) {
            registerModifiedProperty("labelTypeId");
            this.labelTypeId = value;
        }
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 4.5K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/opensearch/config/bsentity/dbmeta/ElevateWordToLabelDbm.java

            setupEpg(_epgMap, et -> ((ElevateWordToLabel) et).getLabelTypeId(),
                    (et, vl) -> ((ElevateWordToLabel) et).setLabelTypeId(DfTypeUtil.toString(vl)), "labelTypeId");
        }
    
        @Override
        public PropertyGateway findPropertyGateway(final String prop) {
            return doFindEpg(_epgMap, prop);
        }
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 8K bytes
    - Viewed (0)
Back to top