Interface ProvidesFqn

All Known Implementing Classes:
Entitlement

public interface ProvidesFqn
An object that provides its own Fqn. This can be helpful if, for example, interop between languages is required.

A class that implements ProvidesFqn must be annotated with @TwiceDBObject.

A class that implements ProvidesFqn must declare the static method providedFqn().

  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • getFqn

      Fqn getFqn()