org.springframework.social.greenhouse
Class Group

java.lang.Object
  extended by org.springframework.social.greenhouse.Group

public class Group
extends java.lang.Object

Model class representing a Greenhouse group.


Constructor Summary
Group()
           
 
Method Summary
 java.lang.String getId()
          The group ID.
 java.lang.String getLabel()
          The group's label.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Group

public Group()
Method Detail

getId

public java.lang.String getId()
The group ID.

Returns:
the group ID.

getLabel

public java.lang.String getLabel()
The group's label.

Returns:
the group's label.