henning     2002/07/02 03:23:25

  Modified:    src/java/org/apache/fulcrum/security/entity
                        SecurityEntity.java
  Log:
  Added Javadocs from Marco
  
  Revision  Changes    Path
  1.2       +15 -1     
jakarta-turbine-fulcrum/src/java/org/apache/fulcrum/security/entity/SecurityEntity.java
  
  Index: SecurityEntity.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine-fulcrum/src/java/org/apache/fulcrum/security/entity/SecurityEntity.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- SecurityEntity.java       30 May 2002 02:27:31 -0000      1.1
  +++ SecurityEntity.java       2 Jul 2002 10:23:25 -0000       1.2
  @@ -61,10 +61,24 @@
    * on the Roles in the Group that they are assigned.
    *
    * @author <a href="mailto:[EMAIL PROTECTED]";>Rafal Krzewski</a>
  + * @author <a href="mailto:[EMAIL PROTECTED]";>Henning P. Schmiedehausen</a>
  + * @author <a href="mailto:[EMAIL PROTECTED]";>Marco Kn&uuml;ttel</a>
    * @version $Id$
    */
  +
   public interface SecurityEntity
   {
  +    /**
  +     * Get the Name of the SecurityEntity.
  +     *
  +     * @return The Name of the SecurityEntity.
  +     */
       public String getName();
  +
  +    /**
  +     * Set the Name of the SecurityEntity.
  +     *
  +     * @param name Name of the SecurityEntity.
  +     */    public String getName();
       public void setName(String name);
   }
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to