com.redhat.rhn.domain
Interface Identifiable

All Known Implementing Classes:
ConfigChannel, CryptoKey, FileList, MonitoredServer, Probe, Profile, ProxyServer, RhnSetActionTest.TestIdObject, SatelliteServer, Server, ServerProbe, TemplateProbe, Token

public interface Identifiable

Simple interface that a domain object can implement if it wants to provide a common way to give back an id field.


Method Summary
 java.lang.Long getId()
          Get the database id of this Object.
 

Method Detail

getId

java.lang.Long getId()
Get the database id of this Object.

Returns:
Long id of Object.