Interface BasicEntityInfo

All Superinterfaces:
BasicInfo, Serializable

public interface BasicEntityInfo extends BasicInfo
Container providing basic information about an entity.
Since:
5.1.42
  • Method Summary

    Modifier and Type
    Method
    Description
    Provides the type (table) this entity belongs to.
    Provides the gid (universal unique identifier) of the entity.
    Provides the unique identity of the schema this entity belongs to.
    Deprecated.
    since 5.2.21 - use getGid()

    Methods inherited from interface de.espirit.firstspirit.access.store.BasicInfo

    getName, isEntity
  • Method Details

    • getUuid

      @Deprecated String getUuid()
      Deprecated.
      since 5.2.21 - use getGid()
      Provides the universal unique identifier of the entity.
      Returns:
      The entity's uuid.
      Since:
      5.1.42
    • getGid

      UUID getGid()
      Provides the gid (universal unique identifier) of the entity.
      Returns:
      The entity's gid.
      Since:
      5.2.21
      See Also:
    • getEntityType

      String getEntityType()
      Provides the type (table) this entity belongs to.
      Returns:
      The entity's type.
      Since:
      5.1.42
    • getSchemaUid

      String getSchemaUid()
      Provides the unique identity of the schema this entity belongs to.
      Returns:
      The entity's schema.
      Since:
      5.1.42