net.sf.uadetector.internal.data.domain
Interface Identifiable

All Known Implementing Classes:
Browser, BrowserPattern, BrowserType, Device, DevicePattern, OperatingSystem, OperatingSystemPattern, Robot

public interface Identifiable

Defines domain objects that have a numeric identifier (ID).

Author:
André Rouél

Method Summary
 int getId()
          Returns the identifier (ID) of an instance.
 

Method Detail

getId

int getId()
Returns the identifier (ID) of an instance.

Returns:
numeric identifier


Copyright © 2011-2014. All Rights Reserved.