Interface IHasTenantID

    • Method Detail

      • getTenantID

        @Nullable
        String getTenantID()
        Returns:
        The tenant ID or null.
      • hasTenantID

        default boolean hasTenantID()
        Returns:
        true if a tenant ID is present, false if not.
        Since:
        6.1.1
      • hasSameTenantID

        default boolean hasSameTenantID​(@Nullable
                                        String sTenantID)
        Check if the passed tenant ID has the same ID as this object
        Parameters:
        sTenantID - The tenant ID to check. May be null.
        Returns:
        true if this object and the passed object have the same tenant ID