KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > com > nightlabs > ipanema > person > FetchGroupsPerson


1 /*
2  * Created on May 31, 2005
3  * by alex
4  *
5  */

6 package com.nightlabs.ipanema.person;
7
8 /**
9  * Logic fetchgroups for different tasks. These are declared
10  * in separate class because they span over several JDO classes.
11  *
12  * @author Alexander Bieber <alex[AT]nightlabs[DOT]de>
13  *
14  */

15 public class FetchGroupsPerson {
16
17     /**
18      * Used to retrieve a person with all data available.
19      */

20     public static final String JavaDoc FETCH_GROUP_PERSON_FULL_DATA = "FetchGroupsPerson.fullData";
21 }
22
Popular Tags