Index

A B C D E F G H I M N O P R S T U V 
All Classes and Interfaces|All Packages|Serialized Form

G

getAddress() - Method in class se.chalmers.cse.dat216.project.Customer
 
getAmount() - Method in class se.chalmers.cse.dat216.project.ShoppingItem
Returns the amount of the product in the shoppingitem.
getBytesFromInputStream(InputStream) - Static method in class se.chalmers.cse.dat216.project.util.IOUtilities
Extracts all the bytes available from the specified InputStream into a byte array, which is returned by the method.
getCardNumber() - Method in class se.chalmers.cse.dat216.project.CreditCard
Returns the card number as a string.
getCardType() - Method in class se.chalmers.cse.dat216.project.CreditCard
Returns what type of card this is for instance Visa or Mastercard.
getCategory() - Method in class se.chalmers.cse.dat216.project.Product
Returns the category of this product.
getCreditCard() - Method in class se.chalmers.cse.dat216.project.IMatDataHandler
Returns the single creditcard object holding information about the customer's creditcard.
getCustomer() - Method in class se.chalmers.cse.dat216.project.IMatDataHandler
Returns the single customer object holding information about the customer.
getDate() - Method in class se.chalmers.cse.dat216.project.Order
Returns the date the order was placed as a Date object.
getEmail() - Method in class se.chalmers.cse.dat216.project.Customer
 
getFileExtension(File) - Static method in class se.chalmers.cse.dat216.project.util.IOUtilities
Obtains the file extension of the specified file in lower case.
getFileExtension(String) - Static method in class se.chalmers.cse.dat216.project.util.IOUtilities
Obtains the file extension of the specified file in lower case.
getFirstName() - Method in class se.chalmers.cse.dat216.project.Customer
 
getFXImage(Product) - Method in class se.chalmers.cse.dat216.project.IMatDataHandler
Returns a javafx.scene.image.Image with a full-sized image for the product P.
getFXImage(Product, double, double) - Method in class se.chalmers.cse.dat216.project.IMatDataHandler
Returns a javafx.scene.image.Image with the specified width and height for the product P.
getFXImage(Product, double, double, boolean) - Method in class se.chalmers.cse.dat216.project.IMatDataHandler
Returns a javafx.scene.image.Image with the specified width and height for the product P.
getHoldersName() - Method in class se.chalmers.cse.dat216.project.CreditCard
Returns the name of the cardholder as printed on the card.
getImageName() - Method in class se.chalmers.cse.dat216.project.Product
Returns the unit name of the image file for this product.
getInstance() - Static method in class se.chalmers.cse.dat216.project.IMatDataHandler
Returns the single instance of the IMatDataHandler class.
getItems() - Method in class se.chalmers.cse.dat216.project.Order
Returns the contents of the order as a list of ShoppingItem objects.
getItems() - Method in class se.chalmers.cse.dat216.project.ShoppingCart
Returns a List with all ShoppingItems currently in the shoppingcart.
getLastName() - Method in class se.chalmers.cse.dat216.project.Customer
 
getMobilePhoneNumber() - Method in class se.chalmers.cse.dat216.project.Customer
 
getName() - Method in class se.chalmers.cse.dat216.project.Product
Returns the category of this product.
getOrderNumber() - Method in class se.chalmers.cse.dat216.project.Order
Returns the ordernumber of this order.
getOrders() - Method in class se.chalmers.cse.dat216.project.IMatDataHandler
Return a list of all previous orders
getPassword() - Method in class se.chalmers.cse.dat216.project.User
Returns the password
getPhoneNumber() - Method in class se.chalmers.cse.dat216.project.Customer
 
getPostAddress() - Method in class se.chalmers.cse.dat216.project.Customer
 
getPostCode() - Method in class se.chalmers.cse.dat216.project.Customer
 
getPrice() - Method in class se.chalmers.cse.dat216.project.Product
Returns the price of this product.
getProduct() - Method in class se.chalmers.cse.dat216.project.ShoppingItem
Returns the product of this shoppingitem.
getProduct(int) - Method in class se.chalmers.cse.dat216.project.IMatDataHandler
Returns the product with the given idNbr.
getProductId() - Method in class se.chalmers.cse.dat216.project.Product
Returns the unique id number of this product.
getProducts() - Method in class se.chalmers.cse.dat216.project.IMatDataHandler
Returns a list with all the store's products.
getProducts(ProductCategory) - Method in class se.chalmers.cse.dat216.project.IMatDataHandler
Returns a list with all products in the given product category
getRecognizedFileSeparators() - Static method in class se.chalmers.cse.dat216.project.util.IOUtilities
Returns a string array of all recognized file separators.
getShoppingCart() - Method in class se.chalmers.cse.dat216.project.IMatDataHandler
Returns the single shoppingcart object.
getShoppingItem() - Method in class se.chalmers.cse.dat216.project.CartEvent
 
getTotal() - Method in class se.chalmers.cse.dat216.project.ShoppingCart
Returns the value of all the products currently in the shoppingcart.
getTotal() - Method in class se.chalmers.cse.dat216.project.ShoppingItem
Returns the cost of this shoppingitem.
getUnit() - Method in class se.chalmers.cse.dat216.project.Product
Returns the unit used by this product.
getUnitSuffix() - Method in class se.chalmers.cse.dat216.project.Product
Returns the second half of the unit used by this product.
getUser() - Method in class se.chalmers.cse.dat216.project.IMatDataHandler
Returns the single user object holding information about the (optional) user.
getUserName() - Method in class se.chalmers.cse.dat216.project.User
Returns the username
getValidMonth() - Method in class se.chalmers.cse.dat216.project.CreditCard
Returns the number of the month until which the card is valid.
getValidYear() - Method in class se.chalmers.cse.dat216.project.CreditCard
Returns the year until which the card is valid.
getVerificationCode() - Method in class se.chalmers.cse.dat216.project.CreditCard
Returns the verification code printed on the back of the card.
A B C D E F G H I M N O P R S T U V 
All Classes and Interfaces|All Packages|Serialized Form