nl.surfnet.coin.api.client.domain
Class Group
java.lang.Object
nl.surfnet.coin.api.client.domain.Group
public class Group
- extends java.lang.Object
Group representation
|
Constructor Summary |
Group()
|
Group(Group20 group20)
Some sort of copy constructor. |
Group(GroupId id,
java.lang.String title,
java.lang.String description,
java.lang.String voot_membership_role)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Group
public Group(GroupId id,
java.lang.String title,
java.lang.String description,
java.lang.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 java.lang.String getTitle()
- Returns:
- the title
setTitle
public void setTitle(java.lang.String title)
- Parameters:
title - the title to set
getDescription
public java.lang.String getDescription()
- Returns:
- the description
setDescription
public void setDescription(java.lang.String description)
- Parameters:
description - the description to set
getVoot_membership_role
public java.lang.String getVoot_membership_role()
- Returns:
- the voot_membership_role
setVoot_membership_role
public void setVoot_membership_role(java.lang.String voot_membership_role)
- Parameters:
voot_membership_role - the voot_membership_role to set
Copyright © 2009-2012 SURFnet bv, The Netherlands. All Rights Reserved.