edu.mit.stellar.api.structure
Interface NexusGroupM

All Superinterfaces:
NexusGroup

Deprecated. entire approach replaced with roster / Relationship and modification to the group package

public interface NexusGroupM
extends NexusGroup

NexusGroupM Connection between Nexus and SGroup. Includes the information which allows an SGroup to be obtained from whatever provider it uses.

Version:
$Revision: 30001 $, $Date: 2008-02-11 00:20:04 -0500 (Mon, 11 Feb 2008) $
Author:
MIT Stellar team

Method Summary
 void setCategoryRef(java.lang.String categoryRef)
          Deprecated. entire approach replaced with roster / Relationship and modification to the group package
 void setGroupId(java.lang.String groupId)
          Deprecated. entire approach replaced with roster / Relationship and modification to the group package
 void setGroupManagerId(java.lang.String groupManagerId)
          Deprecated. entire approach replaced with roster / Relationship and modification to the group package
 
Methods inherited from interface edu.mit.stellar.api.structure.NexusGroup
getCategoryRef, getGroupId, getGroupManagerId
 

Method Detail

setGroupManagerId

void setGroupManagerId(java.lang.String groupManagerId)
Deprecated. entire approach replaced with roster / Relationship and modification to the group package

Parameters:
groupManagerId - the groupManagerId to set

setGroupId

void setGroupId(java.lang.String groupId)
Deprecated. entire approach replaced with roster / Relationship and modification to the group package

Parameters:
groupId -

setCategoryRef

void setCategoryRef(java.lang.String categoryRef)
Deprecated. entire approach replaced with roster / Relationship and modification to the group package

Parameters:
categoryRef -


Copyright © 2007-2008 MIT IS&T ISDA. All Rights Reserved.