ADD file via upload

main
piobkljxg 4 months ago
parent f1b2906e3b
commit d94de1ee63

@ -0,0 +1,58 @@
package »ù´¡Ìâ;
/**
* @author Administrator
* @version 1.0
* @created 26-10ÔÂ-2025 20:59:22
*/
public class Employee implements IEmployeeValidator {
private String email;
private double id;
private String name;
private int salary;
public Employee(){
}
public void finalize() throws Throwable {
}
public boolean validateEmail(){
return false;
}
public boolean validateSalary(){
return false;
}
}//end Employee
/**
* @author Administrator
* @version 1.0
* @created 26-10ÔÂ-2025 20:59:22
*/
public class Employee implements IEmployeeValidator {
private String email;
private double id;
private String name;
private int salary;
public Employee(){
}
public void finalize() throws Throwable {
}
public boolean validateEmail(){
return false;
}
public boolean validateSalary(){
return false;
}
}//end Employee
Loading…
Cancel
Save