Package com.jalios.jcms.db
Interface DBData
-
- All Superinterfaces:
java.io.Serializable
- All Known Subinterfaces:
CategorizedDBData
,HistorizedDBData
- All Known Implementing Classes:
AbstractMedia
,AbstractReportMetric
,AccessReportMetric
,AccountReportMetric
,AdminReportMetric
,Alert
,ArchivedPublication
,AuthenticationCookie
,ConnectionEvent
,DBEventLog
,DBFileDocument
,DBMember
,ExtraDBData
,FileProcessingInfo
,FileProcessingLog
,JPortalStructure
,LoginEvent
,MediaProgression
,MemberDeleteRequest
,MemberPreference
,PublicationFollower
,PublicDownload
,PublicLink
,ReaderTracker
,Recommendation
,ReplicaMessage
,RssTracker
,SchemaVersion
,SearchReportMetric
,StrongLock
,TechnicalReportMetric
,Vote
,WFNote
,WriteReportMetric
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Long
getRowId()
void
setRowId(java.lang.Long rowId)
-