nl.surfnet.coin.api.client.domain
Class Group
java.lang.Object
nl.surfnet.coin.api.client.domain.Group
public class Group
- extends Object
Group representation
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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 -
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.