org.springframework.richclient.samples.dataeditor.domain
Class Item

Show UML class diagram
java.lang.Object
  extended by org.springframework.richclient.samples.dataeditor.domain.Item
All Implemented Interfaces:
Comparable<Item>

public class Item
extends Object
implements Comparable<Item>


Constructor Summary
Item()
           
Item(String descriptiom, String name, Supplier supplier)
           
 
Method Summary
 int compareTo(Item o)
           
 String getDescription()
           
 String getName()
           
 Supplier getSupplier()
           
 void setDescription(String description)
           
 void setName(String name)
           
 void setSupplier(Supplier supplier)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Item

public Item()

Item

public Item(String descriptiom,
            String name,
            Supplier supplier)
Method Detail

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

getName

public String getName()

setName

public void setName(String name)

getSupplier

public Supplier getSupplier()

setSupplier

public void setSupplier(Supplier supplier)

compareTo

public int compareTo(Item o)
Specified by:
compareTo in interface Comparable<Item>


Copyright © 2004-2009 The Spring Framework. All Rights Reserved.