Interface SubtypableData

    • Method Detail

      • getItemSubtype

        ItemSubtypeData getItemSubtype()
        Get the subtype of the item.
        Hibernate: many-to-one
        column="`subtype_id`" not-null="false" outer-join="false"
      • setItemSubtype

        void setItemSubtype​(ItemSubtypeData subtype)
        Set the subtype of the item.