L2JPREMIUM  5M
com.premium.game.model.holders.ItemHolder Class Reference

Public Member Functions

 ItemHolder (int id, int count)
 
int getCount ()
 
int getId ()
 
void setCount (int count)
 
void setId (int id)
 
String toString ()
 

Detailed Description

Holder for item id-count.

Author
UnAfraid

Member Function Documentation

◆ getCount()

int com.premium.game.model.holders.ItemHolder.getCount ( )
inline
Returns
the item count.

◆ getId()

int com.premium.game.model.holders.ItemHolder.getId ( )
inline
Returns
the item/object identifier.

◆ setCount()

void com.premium.game.model.holders.ItemHolder.setCount ( int  count)
inline
Parameters
count: The new value to set.

◆ setId()

void com.premium.game.model.holders.ItemHolder.setId ( int  id)
inline
Parameters
id: The new value to set.

The documentation for this class was generated from the following file: