arcade.store.items
Class ItemInfo

java.lang.Object
  extended by arcade.store.items.ItemInfo
All Implemented Interfaces:
IItemInfo

public class ItemInfo
extends java.lang.Object
implements IItemInfo


Field Summary
 
Fields inherited from interface arcade.store.items.IItemInfo
COVER_IMAGE
 
Constructor Summary
ItemInfo(java.lang.String description, java.lang.String price, java.lang.String title, java.lang.String numberOfBuyer, java.lang.String rating, java.util.List<javax.swing.ImageIcon> images, java.lang.String genre)
           
 
Method Summary
 java.lang.String getDescription()
           
 java.lang.String getGenre()
           
 java.util.List<javax.swing.ImageIcon> getImages()
           
 java.lang.String getNumberOfBuyer()
           
 java.lang.String getPrice()
           
 java.lang.String getRating()
           
 java.util.List<java.lang.String> getTags()
           
 java.lang.String getTitle()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ItemInfo

public ItemInfo(java.lang.String description,
                java.lang.String price,
                java.lang.String title,
                java.lang.String numberOfBuyer,
                java.lang.String rating,
                java.util.List<javax.swing.ImageIcon> images,
                java.lang.String genre)
Method Detail

getDescription

public java.lang.String getDescription()
Specified by:
getDescription in interface IItemInfo

getPrice

public java.lang.String getPrice()
Specified by:
getPrice in interface IItemInfo

getTitle

public java.lang.String getTitle()
Specified by:
getTitle in interface IItemInfo

getNumberOfBuyer

public java.lang.String getNumberOfBuyer()
Specified by:
getNumberOfBuyer in interface IItemInfo

getRating

public java.lang.String getRating()
Specified by:
getRating in interface IItemInfo

getGenre

public java.lang.String getGenre()
Specified by:
getGenre in interface IItemInfo

getImages

public java.util.List<javax.swing.ImageIcon> getImages()
Specified by:
getImages in interface IItemInfo

getTags

public java.util.List<java.lang.String> getTags()
Specified by:
getTags in interface IItemInfo