Class ChildEntity

    • Constructor Detail

      • ChildEntity

        public ChildEntity()
    • Method Detail

      • id

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

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

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

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

        public String instanceOfProperty()
        Get the instanceOfProperty value.
        Returns:
        the instanceOfProperty value
      • withInstanceOfProperty

        public ChildEntity withInstanceOfProperty​(String instanceOfProperty)
        Set the instanceOfProperty value.
        Parameters:
        instanceOfProperty - the instanceOfProperty value to set
        Returns:
        the ChildEntity object itself.
      • typeId

        public Integer typeId()
        Get the typeId value.
        Returns:
        the typeId value
      • withTypeId

        public ChildEntity withTypeId​(Integer typeId)
        Set the typeId value.
        Parameters:
        typeId - the typeId value to set
        Returns:
        the ChildEntity object itself.
      • readableType

        public String readableType()
        Get the readableType value.
        Returns:
        the readableType value
      • withReadableType

        public ChildEntity withReadableType​(String readableType)
        Set the readableType value.
        Parameters:
        readableType - the readableType value to set
        Returns:
        the ChildEntity object itself.
      • children

        public List<ChildEntity> children()
        Get the children value.
        Returns:
        the children value
      • withChildren

        public ChildEntity withChildren​(List<ChildEntity> children)
        Set the children value.
        Parameters:
        children - the children value to set
        Returns:
        the ChildEntity object itself.