com.jalios.jcms.db
Interface DBData

All Superinterfaces:
Serializable
All Known Subinterfaces:
CategorizedDBData, HistorizedDBData
All Known Implementing Classes:
AbstractReportMetric, AccessReportMetric, AccountReportMetric, AdminReportMetric, Alert, ArchivedPublication, DBEventLog, DBFileDocument, DBMember, ExtraDBData, FileProcessingInfo, FileProcessingLog, PublicationFollower, ReaderTracker, Recommendation, RssTracker, SearchReportMetric, StrongLock, TechnicalReportMetric, Vote, WFNote, WriteReportMetric

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.