Class EmployeeSerializable
- java.lang.Object
-
- org.apache.camel.quarkus.component.nitrite.it.Employee
-
- org.apache.camel.quarkus.component.nitrite.it.EmployeeSerializable
-
- All Implemented Interfaces:
Serializable,Cloneable
public class EmployeeSerializable extends Employee
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EmployeeSerializable()EmployeeSerializable(long empId, Date joinDate, String name, String address)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetEmpId()voidsetEmpId(long empId)-
Methods inherited from class org.apache.camel.quarkus.component.nitrite.it.Employee
clone, getAddress, getJoinDate, getName, setAddress, setJoinDate, setName, toString
-
-