Interface Record


  • @Deprecated(forRemoval=true,
                since="6.1.3")
    public interface Record
    Deprecated, for removal: This API element is subject to removal in a future version.
    • Method Summary

      All Methods Instance Methods Abstract Methods Deprecated Methods 
      Modifier and Type Method Description
      java.lang.String getFormattedPrimaryKey()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Allows to return the primary key of an EBX record
      State getState()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Allows to return the state of an EBX record
    • Method Detail

      • getFormattedPrimaryKey

        java.lang.String getFormattedPrimaryKey()
        Deprecated, for removal: This API element is subject to removal in a future version.

        Allows to return the primary key of an EBX record

        Returns:
        the primary key of an EBX record
      • getState

        State getState()
        Deprecated, for removal: This API element is subject to removal in a future version.

        Allows to return the state of an EBX record

        Returns:
        the state of an EBX record