|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.olingo.odata2.ref.model.Employee
org.apache.olingo.odata2.ref.model.Manager
public class Manager
Constructor Summary | |
---|---|
Manager(int id,
String name)
|
Method Summary | |
---|---|
List<Employee> |
getEmployees()
|
Methods inherited from class org.apache.olingo.odata2.ref.model.Employee |
---|
equals, getAge, getEmployeeName, getEntryDate, getId, getImage, getImageType, getImageUri, getLocation, getManager, getRoom, getTeam, hashCode, setAge, setEmployeeName, setEntryDate, setImage, setImage, setImageType, setImageUri, setLocation, setManager, setRoom, setTeam, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Manager(int id, String name)
Method Detail |
---|
public List<Employee> getEmployees()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |