Interface TaxonomyItemBase

All Superinterfaces:
Serializable
All Known Subinterfaces:
KeywordEntity, StructureGroupEntity
All Known Implementing Classes:
Keyword, StructureGroup, TaxonomyItem

public interface TaxonomyItemBase extends Serializable
Base interface for TaxonomyItem. Aware of some useful fields.
  • Method Details

    • getInternalId

      int getInternalId()
      Get internal id.
      Returns:
      internal id
    • getId

      int getId()
      Get id.
      Returns:
      id
    • getPublicationId

      int getPublicationId()
      Get publication id.
      Returns:
      publication id
    • getItemType

      int getItemType()
      Get item type.
      Returns:
      item type
    • getRight

      int getRight()
      Get right.
      Returns:
      right
    • getLeft

      int getLeft()
      Get left.
      Returns:
      left