Interface OwnableData

    • Method Detail

      • getOwner

        UserData getOwner()
        Get the UserData that is the owner of the item.
        Hibernate: many-to-one
        column="`owner`" not-null="true" outer-join="false"
      • setOwner

        void setOwner​(UserData owner)
        Change the owner of the item. Null is not allowed.