root/trunk/AE-go_GameServer/src/com/aionemu/gameserver/model/items/ItemStone.java

14711505
79
	{
79
	{
80
		return slot;
80
		return slot;
81
	}
81
	}
82
	
83
	/**
84
	 * @param slot the slot to set
85
	 */
86
	public void setSlot(int slot)
87
	{
88
		this.slot = slot;
89
		setPersistentState(PersistentState.UPDATE_REQUIRED);
90
	}
82
91
83
	/**
92
	/**
84
	 * @return the pState
93
	 * @return the pState