Package com.jalios.jcms.db
Interface DBData
-
- All Superinterfaces:
java.io.Serializable
- All Known Subinterfaces:
CategorizedDBData,HistorizedDBData
- All Known Implementing Classes:
AbstractMedia,AbstractReportMetric,AccessReportMetric,AccessToken,AccountReportMetric,AdminReportMetric,Alert,ArchivedPublication,AuthenticationCookie,BackgroundProcessInfo,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.SerializableThis 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.LonggetRowId()voidsetRowId(java.lang.Long rowId)
-