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

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

public class Group
extends Object

Group representation


Constructor Summary
Group()
           
Group(Group20 group20)
          Some sort of copy constructor.
Group(GroupId id, String title, String description, String voot_membership_role)
           
 
Method Summary
 String getDescription()
           
 GroupId getId()
           
 String getTitle()
           
 String getVoot_membership_role()
           
 void setDescription(String description)
           
 void setId(GroupId 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

Group

public Group(GroupId id,
             String title,
             String description,
             String voot_membership_role)

Group

public Group()

Group

public Group(Group20 group20)
Some sort of copy constructor.

Parameters:
group20 -
Method Detail

getId

public GroupId getId()
Returns:
the id

setId

public void setId(GroupId 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-2013 SURFnet bv, The Netherlands. All Rights Reserved.