Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for City (0.13 sec)

  1. src/main/java/org/codelibs/fess/es/user/bsentity/BsUser.java

            this.carLicense = value;
        }
    
        public String getCity() {
            checkSpecifiedProperty("city");
            return convertEmptyToNull(city);
        }
    
        public void setCity(String value) {
            registerModifiedProperty("city");
            this.city = value;
        }
    
        public String getDepartmentNumber() {
            checkSpecifiedProperty("departmentNumber");
    Java
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 22.8K bytes
    - Viewed (0)
Back to top