Package com.saperion.ngc.main.id
Contains classes that help generating ids in the DOM, mainly to help qa with automatic testing.
-
Interface Summary Interface Description Identifiable Implement to generate the DOM element id in the class itself. -
Class Summary Class Description AskInstance Generates an id by simply asking the object itself.ConvenientIdGenerator An IdGenerator that decides which IdGenerator to use by annotations.SecureIdGenerator Generator for secure desktop-IDs.SimpleIdGenerator Created by IntelliJ IDEA. -
Annotation Types Summary Annotation Type Description ImplementsIdentifiable Signals theConvenientIdGenerator
that the class implementsIdentifiable
and that the id should be generated according to its.Identifiable#generateUUID()
method.SimpleId Created by IntelliJ IDEA.