addInterestObject

fun addInterestObject(book: MBook, buyer: MUser)

Adds a new interest object to the interestList of a specified Book

Parameters

book

The MBook to be modified

buyer

The MUser to add the interest object for

See also