com.jalios.jcms.db
Interface DBData

All Superinterfaces:
Serializable
All Known Implementing Classes:
AbstractReview, ArchivedPublication, DBEventLog, DBMember, ExtraDBData, ReaderTracker, WFNote

public interface DBData
extends Serializable

This tagging interface must be implemented by object persisted by JCMS in the database.

Since:
jcms-6.0.0
Author:
Olivier Dedieu

Method Summary
 Long getRowId()
           
 void setRowId(Long rowId)
           
 

Method Detail

setRowId

void setRowId(Long rowId)

getRowId

Long getRowId()


Copyright © 2001-2007 Jalios SA. All Rights Reserved.