Class Employee
java.lang.Object
org.apache.camel.quarkus.component.cassandraql.it.Employee
- All Implemented Interfaces:
Serializable,Cloneable
- See Also:
-
Constructor Details
-
Employee
public Employee() -
Employee
-
-
Method Details
-
getId
public int getId() -
setId
public void setId(int id) -
getName
-
setName
-
getAddress
-
setAddress
-
toString
-
clone
- Overrides:
clonein classObject- Throws:
CloneNotSupportedException
-
getValueForInsert
List<?> getValueForInsert() -
getValueForUpdate
List<?> getValueForUpdate()
-