EntityComponent

open class EntityComponent

Java class for EntityComponent complex type

.

The following schema fragment specifies the expected content contained within this class.


<complexType name="EntityComponent">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="id" type="{http://www.w3.org/2001/XMLSchema}long"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType>

Inheritors

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun getId(): Long
Gets the value of the id property.
Link copied to clipboard
open fun setId(value: Long)
Sets the value of the id property.