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:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanvoidsetDeleted(boolean deleted) voidsetInserted(Date inserted) voidsetUpdated(Date updated) Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.openmeetings.db.entity.IDataProviderEntitygetId, setId
- 
Constructor Details- 
HistoricalEntitypublic HistoricalEntity()
 
- 
- 
Method Details- 
getInserted
- 
setInserted
- 
getUpdated
- 
setUpdated
- 
isDeletedpublic boolean isDeleted()
- 
setDeletedpublic void setDeleted(boolean deleted) 
 
-