org.apache.lokahi.core.common.interfaces
Interface Collectable

All Known Subinterfaces:
Restable
All Known Implementing Classes:
AgentJob, AlertDAO, Apache, ApachePool, ApacheWorker, Application, Environment, File, Function, FunctionableEntity, Global, Hardware, HelpItemDAO, HostingPool, Instance, Ip, Job, JobPool, MonitoringJob, Project, RestObject, ScheduledJob, State, TMCDao, Tomcat, TomcatContext, TomcatPool, TomcatWorker, User, VirtualHost, XMLDao

public interface Collectable

Implementation required for use of lokahi collections classes.

Version:
$Id: Collectable.java,v 1.1 2006/03/07 20:18:51 drtobes Exp $
Author:
Stephen Toback

Method Summary
 java.lang.String getName()
          Gets the name.
 int getPk()
          Gets the primary key
 

Method Detail

getPk

int getPk()
Gets the primary key

Returns:
the int primary key

getName

java.lang.String getName()
Gets the name.

Returns:
the String name.