util
Class ComboBoxItem

java.lang.Object
  extended by util.ComboBoxItem

public class ComboBoxItem
extends java.lang.Object

Author:
Antec

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

Constructor Detail

ComboBoxItem

public ComboBoxItem(long id,
                    java.lang.String description)
Parameters:
id -
description -
Method Detail

getId

public long getId()
Returns:

getDescription

public java.lang.String getDescription()
Returns:

toString

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