org.springframework.richclient.samples.dataeditor.domain
Class Supplier
java.lang.Object
org.springframework.richclient.samples.dataeditor.domain.Supplier
- All Implemented Interfaces:
- Comparable<Supplier>
public class Supplier
- extends Object
- implements Comparable<Supplier>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Supplier
public Supplier()
Supplier
public Supplier(String contactName,
String emailAddress,
String faxNumber,
String name,
String telephoneNumber)
getContactName
public String getContactName()
setContactName
public void setContactName(String contactName)
getEmailAddress
public String getEmailAddress()
setEmailAddress
public void setEmailAddress(String emailAddress)
getFaxNumber
public String getFaxNumber()
setFaxNumber
public void setFaxNumber(String faxNumber)
getName
public String getName()
setName
public void setName(String name)
getTelephoneNumber
public String getTelephoneNumber()
setTelephoneNumber
public void setTelephoneNumber(String telephoneNumber)
compareTo
public int compareTo(Supplier supplier)
- Specified by:
compareTo
in interface Comparable<Supplier>
Copyright © 2004-2009 The Spring Framework. All Rights Reserved.