Class MTSStorage.MTSItemInfo

java.lang.Object
server.MTSStorage.MTSItemInfo
Enclosing class:
MTSStorage

public static class MTSStorage.MTSItemInfo extends Object
  • Constructor Details

    • MTSItemInfo

      public MTSItemInfo(int price, Item item, String seller, int id, int cid, long date)
  • Method Details

    • getItem

      public Item getItem()
    • getPrice

      public int getPrice()
    • getRealPrice

      public int getRealPrice()
    • getTaxes

      public int getTaxes()
    • getId

      public int getId()
    • getCharacterId

      public int getCharacterId()
    • getEndingDate

      public long getEndingDate()
    • getSeller

      public String getSeller()