com.jalios.jcms.db
Interface DBData

All Superinterfaces:
java.io.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 java.io.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
 java.lang.Long getRowId()
           
 void setRowId(java.lang.Long rowId)
           
 

Method Detail

setRowId

void setRowId(java.lang.Long rowId)

getRowId

java.lang.Long getRowId()


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