diff --git a/Employee.java b/Employee.java new file mode 100644 index 0000000..5cf7e33 --- /dev/null +++ b/Employee.java @@ -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 \ No newline at end of file