Class Employee
- java.lang.Object
-
- org.apache.camel.quarkus.component.cassandraql.it.Employee
-
- All Implemented Interfaces:
Serializable,Cloneable
public class Employee extends Object implements Serializable, Cloneable
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectclone()StringgetAddress()intgetId()StringgetName()(package private) List<?>getValueForInsert()(package private) List<?>getValueForUpdate()voidsetAddress(String address)voidsetId(int id)voidsetName(String name)StringtoString()
-
-
-
Method Detail
-
getId
public int getId()
-
setId
public void setId(int id)
-
getName
public String getName()
-
setName
public void setName(String name)
-
getAddress
public String getAddress()
-
setAddress
public void setAddress(String address)
-
clone
public Object clone() throws CloneNotSupportedException
- Overrides:
clonein classObject- Throws:
CloneNotSupportedException
-
getValueForInsert
List<?> getValueForInsert()
-
getValueForUpdate
List<?> getValueForUpdate()
-
-