Interface ElementMetaBase

  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the description of the ElementMetaBase.
    Returns the id of the ElementMetaBase.
    void
    setDescription(String description)
    Sets the description of the ElementMetaBase.
    void
    Sets the id of the ElementMetaBase.
  • Method Details

    • setId

      void setId(String id)
      Sets the id of the ElementMetaBase.
      Parameters:
      id - The id to set.
    • getId

      String getId()
      Returns the id of the ElementMetaBase.
      Returns:
      Returns the id.
    • setDescription

      void setDescription(String description)
      Sets the description of the ElementMetaBase.
      Parameters:
      description - The description to set.
    • getDescription

      String getDescription()
      Returns the description of the ElementMetaBase.
      Returns:
      Returns the description.