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

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

public class GroupId
extends Object


Nested Class Summary
static class GroupId.Type
           
 
Constructor Summary
GroupId()
           
GroupId(String groupId, GroupId.Type type)
           
 
Method Summary
 String getGroupId()
           
 GroupId.Type getType()
           
 void setGroupId(String groupId)
           
 void setType(GroupId.Type type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroupId

public GroupId()

GroupId

public GroupId(String groupId,
               GroupId.Type type)
Method Detail

getGroupId

public String getGroupId()
Returns:
the groupId

setGroupId

public void setGroupId(String groupId)
Parameters:
groupId - the groupId to set

getType

public GroupId.Type getType()
Returns:
the type

setType

public void setType(GroupId.Type type)
Parameters:
type - the type to set


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