79
{
80
return slot;
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
91
92
* @return the pState
93