DJDoc v.1.0.0b-1

net.sf.djdoc.bo
Interface BusinessObject

All Known Implementing Classes:
ApiEntity, BunchEntity, BunchHitEntity, ItemEntity, ItemHitEntity, UserEntity

public interface BusinessObject

The implementations of the BusinessObject interface are persistence capable classes. The instances of these classes are internally identified by an integer ID key.


Method Summary
 int getId()
          Getter method for this BusinessObject's internal ID.
 

Method Detail

getId

int getId()
Getter method for this BusinessObject's internal ID.

Returns:
The internal ID of this BusinessObject

DJDoc v.1.0.0b-1