org.springframework.social.greenhouse
Class EventSession.Room

java.lang.Object
  extended by org.springframework.social.greenhouse.EventSession.Room
Enclosing class:
EventSession

public static class EventSession.Room
extends java.lang.Object


Constructor Summary
EventSession.Room()
           
 
Method Summary
 long getId()
           
 java.lang.String getLabel()
           
 long getParentId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventSession.Room

public EventSession.Room()
Method Detail

getParentId

public long getParentId()

getId

public long getId()

getLabel

public java.lang.String getLabel()