From c27382a84657bf027b516abae9172d51edba3aa0 Mon Sep 17 00:00:00 2001 From: gregor Date: Fri, 24 Jun 2005 10:50:13 +0000 Subject: Java-Doc aus CVS entfernt, da generierbar. git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@365 d688527b-c9ab-4aba-bd8d-4036d912da1d --- .../moa/spss/server/config/KeyGroup.html | 263 --------------------- 1 file changed, 263 deletions(-) delete mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/config/KeyGroup.html (limited to 'spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/config/KeyGroup.html') diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/config/KeyGroup.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/config/KeyGroup.html deleted file mode 100644 index 7c8e3fb98..000000000 --- a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/config/KeyGroup.html +++ /dev/null @@ -1,263 +0,0 @@ - - - - - - -MOA SP/SS Server Internal API: Class KeyGroup - - - - - - - - - - - - - - - - - - - - - -
- -
- - -
- -

- -at.gv.egovernment.moa.spss.server.config -
-Class KeyGroup

-
-java.lang.Object
-  |
-  +--at.gv.egovernment.moa.spss.server.config.KeyGroup
-
-
-
-
public class KeyGroup
extends Object
- -

-A collection of KeyGroupEntrys with its own ID. -

-

-
Version:
$Id$
-
Author:
Sven Aigner, Patrick Peck
-
-
- -

- - - - - - - - - - - - - - - - -
-Constructor Summary
KeyGroup(String id, - Set keyGroupEntries) - -
-          Create a KeyGroup.
-  - - - - - - - - - - - - - - - - - - - -
-Method Summary
- StringgetId() - -
-          Return the ID of this KeyGroup.
- SetgetKeyGroupEntries() - -
-          Return the KeyEntrys contained in this KeyGroup.
- StringtoString() - -
-          Return a String representation of this KeyGroup.
- - - - - - - -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-  -

- - - - - - - - - - - -
-Constructor Detail
- -

-KeyGroup

-
-public KeyGroup(String id,
-                Set keyGroupEntries)
-
-
Create a KeyGroup.
-
Parameters:
id - The ID of this KeyGroup.
keyGroupEntries - The keys belonging to this KeyGroup.
-
-
- - - - - - - - -
-Method Detail
- -

-getKeyGroupEntries

-
-public Set getKeyGroupEntries()
-
-
Return the KeyEntrys contained in this KeyGroup.
-
Returns:
The KeyEntrys contained in this KeyGroup.
-
-
-
- -

-getId

-
-public String getId()
-
-
Return the ID of this KeyGroup.
-
Returns:
The KeyGroup ID.
-
-
-
- -

-toString

-
-public String toString()
-
-
Return a String representation of this KeyGroup.
-
Overrides:
toString in class Object
-
-
-
Returns:
The String representation.
See Also:
Object.toString()
-
-
- -
- - - - - - - - - - - - - - - - - -
- -
- - -
- - - -- cgit v1.2.3