Class EntityRole


  • public class EntityRole
    extends Object
    Entity extractor role.
    • Constructor Detail

      • EntityRole

        public EntityRole()
    • Method Detail

      • id

        public UUID id()
        Get the id value.
        Returns:
        the id value
      • withId

        public EntityRole withId​(UUID id)
        Set the id value.
        Parameters:
        id - the id value to set
        Returns:
        the EntityRole object itself.
      • name

        public String name()
        Get the name value.
        Returns:
        the name value
      • withName

        public EntityRole withName​(String name)
        Set the name value.
        Parameters:
        name - the name value to set
        Returns:
        the EntityRole object itself.