12packageorg.apache.jetspeed.om.security.turbine;
345import org.apache.torque.om.Persistent;
67/*** 8 * The skeleton for this class was autogenerated by Torque on:9 *10 * [Mon Jun 03 20:14:05 PDT 2002]11 *12 * You should add additional methods to this class to meet the13 * application requirements. This class will only be generated as14 * long as it does not already exist in the output directory.15 */16publicclass TurbineGroup
17extends org.apache.jetspeed.om.security.turbine.BaseTurbineGroup
18 implements Persistent, org.apache.jetspeed.om.security.Group
19 {
20public String getName()
21 {
22return getGroupName();
23 }
2425publicvoid setName(String name)
26 {
27 setGroupName(name);
28 }
2930public String getId()
31 {
32return String.valueOf(this.getGroupId());
33 }
3435publicvoid setId(String id)
36 {
37 }
38 }