org.apache.olingo.odata2.ref.model
Class DataContainer
java.lang.Object
org.apache.olingo.odata2.ref.model.DataContainer
public class DataContainer
- extends Object
Container and initialization code for the data objects of the reference scenario.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DataContainer
public DataContainer()
init
public void init()
createEmployee
public Employee createEmployee()
createTeam
public Team createTeam()
createRoom
public Room createRoom()
createManager
public Manager createManager()
createBuilding
public Building createBuilding()
createPhoto
public Photo createPhoto(String type)
getEmployees
public List<Employee> getEmployees()
getTeams
public List<Team> getTeams()
getRooms
public List<Room> getRooms()
getManagers
public List<Manager> getManagers()
getBuildings
public List<Building> getBuildings()
getPhotos
public List<Photo> getPhotos()
reset
public void reset()
Copyright © 2013-2015 The Apache Software Foundation. All Rights Reserved.