com.ltu.smd116.misc
Class SortableItem

Direct Known Subclasses:
SortableContainer

public class SortableItem


Field Summary
 private intid
           

Method Summary
 intgetId()
          Get the value of id.
 voidsetId(int v)
          Set the value of id.

Field Detail

id

private int id
Method Detail

getId

public int getId()
Get the value of id.
Returns: Value of id.

setId

public void setId(int v)
Set the value of id.
Parameters:
v - Value to assign to id.