Interface EntityInterface

All Superinterfaces:
Serializable
All Known Implementing Classes:
AbstractEntity, TimeView

public interface EntityInterface extends Serializable
Author:
eduard
  • Method Summary

    Modifier and Type
    Method
    Description
    an entity should have an id
    boolean
    is the entity in the database
  • Method Details

    • getId

      Serializable getId()
      an entity should have an id
      Returns:
    • isTransient

      boolean isTransient()
      is the entity in the database
      Returns:
      true when not in the database