Class LastModification<PK extends java.io.Serializable,​T>

  • Type Parameters:
    PK - the generic type of the id
    T - the generic type of time measurement
    All Implemented Interfaces:
    de.alpharogroup.db.entity.Identifiable<PK>, de.alpharogroup.db.entity.modifiable.IdentifiableLastModified<PK,​T>, de.alpharogroup.db.entity.modifiable.LastModified<T>, java.io.Serializable

    @Entity
    public class LastModification<PK extends java.io.Serializable,​T>
    extends SequenceBaseEntity<PK>
    implements de.alpharogroup.db.entity.modifiable.IdentifiableLastModified<PK,​T>
    The entity class LastModification is keeping information of the last modification of an entity. This entity can be extended or attached to another entity for keep information when it was last modified.
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from interface de.alpharogroup.db.entity.Identifiable

        COLUMN_NAME_ID
      • Fields inherited from interface de.alpharogroup.db.entity.modifiable.LastModified

        COLUMN_NAME_LAST_MODIFIED
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface de.alpharogroup.db.entity.Identifiable

        getId, setId
      • Methods inherited from interface de.alpharogroup.db.entity.modifiable.LastModified

        getLastModified, setLastModified
    • Constructor Detail

      • LastModification

        public LastModification()