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)
           
Group20(String id, String title, String description)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getDescription()
           
 String getId()
           
 String getTitle()
           
 String getVoot_membership_role()
           
 int hashCode()
           
 void setDescription(String description)
           
 void setId(String id)
           
 void setTitle(String title)
           
 void setVoot_membership_role(String voot_membership_role)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Group20

public Group20()

Group20

public Group20(String id)

Group20

public Group20(String id,
               String title,
               String description)
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

toString

public String toString()
Overrides:
toString in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


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