org.apache.olingo.odata2.annotation.processor.ref.model
Class Room
java.lang.Object
org.apache.olingo.odata2.annotation.processor.ref.model.RefBase
org.apache.olingo.odata2.annotation.processor.ref.model.Room
public class Room
- extends RefBase
Fields inherited from class org.apache.olingo.odata2.annotation.processor.ref.model.RefBase |
id, name |
Constructor Summary |
Room()
|
Room
public Room()
setSeats
public void setSeats(int seats)
getSeats
public int getSeats()
setVersion
public void setVersion(int version)
getVersion
public int getVersion()
setBuilding
public void setBuilding(Building building)
getBuilding
public Building getBuilding()
getEmployees
public List<Employee> getEmployees()
hashCode
public int hashCode()
- Overrides:
hashCode
in class RefBase
equals
public boolean equals(Object obj)
- Overrides:
equals
in class RefBase
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2013-2015 The Apache Software Foundation. All Rights Reserved.