KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > apache > fulcrum > security > impl > db > entity > TurbineRolePermission


1
2 package org.apache.fulcrum.security.impl.db.entity;
3
4
5 import org.apache.torque.om.Persistent;
6
7 /**
8  * You should add additional methods to this class to meet the
9  * application requirements. This class will only be generated as
10  * long as it does not already exist in the output directory.
11  */

12 public class TurbineRolePermission
13     extends org.apache.fulcrum.security.impl.db.entity.BaseTurbineRolePermission
14     implements Persistent
15 {
16 }
17
Popular Tags