Class Employee
java.lang.Object
org.apache.olingo.odata2.annotation.processor.ref.model.Employee
- Direct Known Subclasses:
Manager
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanintgetAge()getId()byte[]getImage()getRoom()getTeam()inthashCode()voidsetAge(int age) voidsetEmployeeName(String employeeName) voidsetEntryDate(Calendar date) voidsetImage(byte[] image) voidvoidsetImageType(String imageType) voidsetImageUri(String imageUri) voidsetLocation(Location location) voidsetManager(Manager manager) voidvoidtoString()
-
Constructor Details
-
Employee
public Employee()
-
-
Method Details
-
getId
-
setEmployeeName
-
getEmployeeName
-
setAge
public void setAge(int age) -
getAge
public int getAge() -
setManager
-
getManager
-
setTeam
-
getTeam
-
setRoom
-
getRoom
-
setImageUri
-
getImageUri
-
setLocation
-
getLocation
-
setEntryDate
-
getEntryDate
-
setImageType
-
getImageType
-
setImage
public void setImage(byte[] image) -
setImage
-
getImage
public byte[] getImage() -
hashCode
public int hashCode() -
equals
-
toString
-