org.repoweb.model.file
Class FGroupList

java.lang.Object
  extended byorg.repoweb.model.file.FGroupList
All Implemented Interfaces:
GroupList

class FGroupList
extends java.lang.Object
implements GroupList

Represente la liste des groupes.


Constructor Summary
(package private) FGroupList(Group[] groups)
           
 
Method Summary
 Group getGroup(int idx)
           
 int getGroupCount()
           
 java.util.List getGroups()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FGroupList

FGroupList(Group[] groups)
Method Detail

getGroups

public java.util.List getGroups()
Specified by:
getGroups in interface GroupList

getGroup

public Group getGroup(int idx)
Specified by:
getGroup in interface GroupList

getGroupCount

public int getGroupCount()
Specified by:
getGroupCount in interface GroupList


Copyright © 2003-2005 Repoweb. All Rights Reserved.