com.neoworks.jukex
Interface DatabaseObject

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
JukeXAttribute, JukeXAttributeValue, JukeXTrack

public interface DatabaseObject
extends java.io.Serializable

Interface for classes that may be stored in a database.

Author:
Nick Vincent (nick@neoworks.com)

Method Summary
 long getId()
          Return the database ID of this object
 

Method Detail

getId

public long getId()
Return the database ID of this object

Returns:
The database ID of this object