Interface IGenericallyIdentifiableDTO


public interface IGenericallyIdentifiableDTO
Interface that indicates that the DTO is for an MO that is Generically identifiable
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns a String Array containing the generic Identifiers of this DTO.
    default Set<String>
    Returns the Identifiers Array as Set with no duplicates and no null elements.
  • Method Details

    • getGenericIdentifiers

      String[] getGenericIdentifiers()
      Returns a String Array containing the generic Identifiers of this DTO.
    • getIdentifiersSet

      default Set<String> getIdentifiersSet()
      Returns the Identifiers Array as Set with no duplicates and no null elements.