nl.surfnet.coin.api.client.domain
Class Group20

java.lang.Object
  extended by nl.surfnet.coin.api.client.domain.Group20

public class Group20
extends Object

Group representation


Constructor Summary
Group20()
           
Group20(String id, String title, String description)
           
 
Method Summary
 String getDescription()
           
 String getId()
           
 String getTitle()
           
 String getVoot_membership_role()
           
 void setDescription(String description)
           
 void setId(String id)
           
 void setTitle(String title)
           
 void setVoot_membership_role(String voot_membership_role)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Group20

public Group20(String id,
               String title,
               String description)

Group20

public Group20()
Method Detail

getId

public String getId()
Returns:
the id

setId

public void setId(String id)
Parameters:
id - the id to set

getTitle

public String getTitle()
Returns:
the title

setTitle

public void setTitle(String title)
Parameters:
title - the title to set

getDescription

public String getDescription()
Returns:
the description

setDescription

public void setDescription(String description)
Parameters:
description - the description to set

getVoot_membership_role

public String getVoot_membership_role()
Returns:
the voot_membership_role

setVoot_membership_role

public void setVoot_membership_role(String voot_membership_role)
Parameters:
voot_membership_role - the voot_membership_role to set


Copyright © 2009-2012 SURFnet bv, The Netherlands. All Rights Reserved.