Interface IdentifiedFormData

All Superinterfaces:
FormData
All Known Subinterfaces:
IdProvidingFormData

public interface IdentifiedFormData extends FormData
Definition of form data container that is identified by its ID.
Since:
5.0.100
  • Method Summary

    Modifier and Type
    Method
    Description
    @Nullable Long
    Get the form data's identification.

    Methods inherited from interface de.espirit.firstspirit.forms.FormData

    get, getForm
  • Method Details

    • getId

      @ApiDoc(comment="Get the form data\'s identification.", since="5.0.100") @Nullable @Nullable Long getId()
      Get the form data's identification.
      Returns:
      The identifier.
      Since:
      5.0.100