util
Class Item

java.lang.Object
  extended by util.Item

public class Item
extends java.lang.Object

Author:
Antec

Constructor Summary
Item(java.lang.Long id, java.lang.String description)
           
 
Method Summary
 java.lang.String getDescription()
           
 java.lang.Long getId()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Item

public Item(java.lang.Long id,
            java.lang.String description)
Parameters:
id -
description -
Method Detail

getId

public java.lang.Long getId()
Returns:

getDescription

public java.lang.String getDescription()
Returns:

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object