com.jalios.jcms.db
Interface DBData

All Superinterfaces:
Serializable
All Known Subinterfaces:
CategorizedDBData, HistorizedDBData
All Known Implementing Classes:
AbstractReview, ArchivedPublication, DBEventLog, DBFileDocument, DBMember, ExtraDBData, FileProcessingInfo, FileProcessingLog, PublicationFollower, ReaderTracker, RssTracker, StrongLock, 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-2010 Jalios SA. All Rights Reserved.