org.apache.olingo.odata2.annotation.processor.ref.model
Class Room

java.lang.Object
  extended by org.apache.olingo.odata2.annotation.processor.ref.model.RefBase
      extended by org.apache.olingo.odata2.annotation.processor.ref.model.Room

public class Room
extends RefBase


Field Summary
 
Fields inherited from class org.apache.olingo.odata2.annotation.processor.ref.model.RefBase
id, name
 
Constructor Summary
Room()
           
 
Method Summary
 boolean equals(Object obj)
           
 Building getBuilding()
           
 List<Employee> getEmployees()
           
 int getSeats()
           
 int getVersion()
           
 int hashCode()
           
 void setBuilding(Building building)
           
 void setSeats(int seats)
           
 void setVersion(int version)
           
 String toString()
           
 
Methods inherited from class org.apache.olingo.odata2.annotation.processor.ref.model.RefBase
getId, getName, setId, setName
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Room

public Room()
Method Detail

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.