KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > exoplatform > services > organization > Actor


1 package org.exoplatform.services.organization;
2
3 public interface Actor {
4   
5   /**
6    * the name for the actor. Note that preferrably, the name should be
7    * unique for all actors.
8    */

9   String JavaDoc getName();
10 }
11
Popular Tags