com.jalios.jcms.db
Interface DBData

All Known Implementing Classes:
AbstractDBComment, AbstractDBForumPost, AbstractDBForumTopic, AbstractReview, ArchivedPublication, Bookmark, DBEventLog, DBForumWatcher, ExtraDBData, PollVote, ReaderTracker, WFNote

public interface DBData

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.