Interface IGenericallyIdentifiableDTO
public interface IGenericallyIdentifiableDTO
Interface that indicates that the DTO is for an MO that is Generically identifiable
-
Method Summary
Modifier and TypeMethodDescriptionString[]Returns a String Array containing the generic Identifiers of this DTO.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
Returns the Identifiers Array as Set with no duplicates and no null elements.
-