Index
All Classes and Interfaces|All Packages
S
- setArtist(String) - Method in class bookstore.CD
-
Assigns the given value to the artist field
- setAuthor(String) - Method in class bookstore.Book
-
Assigns the given value to the author field
- setCategory(String) - Method in class bookstore.DVD
-
Assigns the given value to the category field
- setHasPaidDues(boolean) - Method in class bookstore.PremiumMember
-
Setter for changing whether or not a member has paid their membership fee
- setName(String) - Method in class bookstore.Book
-
Assigns the given value to the name field
- setName(String) - Method in class bookstore.CD
-
Assigns the given value to the name field
- setName(String) - Method in class bookstore.DVD
-
Assigns the given value to the name field
- setName(String) - Method in class bookstore.Member
-
Setter for the name field
- setName(String) - Method in class bookstore.PremiumMember
-
Setter for the member name
- setNumPurchases(int) - Method in class bookstore.Member
-
setter for the number of purchases by a member
- setNumPurchases(int) - Method in class bookstore.PremiumMember
-
Setter for the number of purchases by a member
- setPrice(double) - Method in class bookstore.Book
-
Assigns the given value to the price field
- setPrice(double) - Method in class bookstore.CD
-
Assigns the given value to the price field
- setPrice(double) - Method in class bookstore.DVD
-
Assigns the given value to the price field
- setStock(int) - Method in class bookstore.Book
-
Assigns the given value to the stock field
- setStock(int) - Method in class bookstore.CD
-
Assigns the given value to the stock field
- setStock(int) - Method in class bookstore.DVD
-
Assigns the given value to the stock field
All Classes and Interfaces|All Packages