org.springframework.richclient.samples.dataeditor.domain
Class Item
java.lang.Object
org.springframework.richclient.samples.dataeditor.domain.Item
- All Implemented Interfaces:
- Comparable<Item>
public class Item
- extends Object
- implements Comparable<Item>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Item
public Item()
Item
public Item(String descriptiom,
String name,
Supplier supplier)
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.