Class HistoricalEntity
- java.lang.Object
-
- org.apache.openmeetings.db.entity.HistoricalEntity
-
- All Implemented Interfaces:
Serializable,IDataProviderEntity
- Direct Known Subclasses:
Address,Appointment,BaseFileItem,Configuration,Group,GroupUser,Invitation,LdapConfig,MailMessage,MeetingMember,OAuthServer,OmCalendar,RecordingChunk,Room,RoomModerator,User
@MappedSuperclass public abstract class HistoricalEntity extends Object implements IDataProviderEntity
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HistoricalEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DategetInserted()DategetUpdated()booleanisDeleted()voidsetDeleted(boolean deleted)voidsetInserted(Date inserted)voidsetUpdated(Date updated)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.openmeetings.db.entity.IDataProviderEntity
getId, setId
-
-