All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class semper.BApp.bargainer.messages.PersonalInfo

java.lang.Object
   |
   +----semper.BApp.bargainer.messages.PersonalInfo

public class PersonalInfo
extends Object
implements Serializable

Constructor Index

 o PersonalInfo()
Constructs a new PersonalInfo object.
 o PersonalInfo(String, String, String, String, String, String, String, String)

Method Index

 o equals(PersonalInfo)
 o getCompany()
Returns the company of PersonalInfo.
 o getContactAddress()
Returns the contactAddress of PersonalInfo.
 o getContents(String)
 o getDifferencesFrom(PersonalInfo, String)
 o getEmail()
Returns the email of PersonalInfo.
 o getName()
Returns the name of PersonalInfo.
 o getPhoneNumber()
Returns the phoneNumber of PersonalInfo.
 o getRegistrationNo()
Returns the registrationNo of PersonalInfo.
 o getSemperURL()
Returns the semperURL of PersonalInfo.
 o getVatNo()
Returns the vatNo of PersonalInfo.
 o setCompany(String)
Sets the company of PersonalInfo.
 o setContactAddress(String)
Sets the contactAddress of PersonalInfo.
 o setEmail(String)
Sets the email of PersonalInfo.
 o setName(String)
Sets the name of PersonalInfo.
 o setPhoneNumber(String)
Sets the phoneNumber of PersonalInfo.
 o setRegistrationNo(String)
Sets the registrationNo of PersonalInfo.
 o setSemperURL(String)
Sets the semperURL of PersonalInfo.
 o setVatNo(String)
Sets the vatNo of PersonalInfo.

Constructors

 o PersonalInfo
 public PersonalInfo()
Constructs a new PersonalInfo object.

 o PersonalInfo
 public PersonalInfo(String name,
                     String company,
                     String semperURL,
                     String email,
                     String vatNo,
                     String registrationNo,
                     String phoneNumber,
                     String contactAddress)

Methods

 o setName
 public void setName(String name)
Sets the name of PersonalInfo.

Parameters:
name - the name of PersonalInfo
 o getName
 public String getName()
Returns the name of PersonalInfo.

 o setCompany
 public void setCompany(String company)
Sets the company of PersonalInfo.

Parameters:
company - the company of PersonalInfo
 o getCompany
 public String getCompany()
Returns the company of PersonalInfo.

 o setSemperURL
 public void setSemperURL(String semperURL)
Sets the semperURL of PersonalInfo.

Parameters:
semperURL - the semperURL of PersonalInfo
 o getSemperURL
 public String getSemperURL()
Returns the semperURL of PersonalInfo.

 o setEmail
 public void setEmail(String email)
Sets the email of PersonalInfo.

Parameters:
email - the email of PersonalInfo
 o getEmail
 public String getEmail()
Returns the email of PersonalInfo.

 o setVatNo
 public void setVatNo(String vatNo)
Sets the vatNo of PersonalInfo.

Parameters:
vatNo - the vatNo of PersonalInfo
 o getVatNo
 public String getVatNo()
Returns the vatNo of PersonalInfo.

 o setRegistrationNo
 public void setRegistrationNo(String registrationNo)
Sets the registrationNo of PersonalInfo.

Parameters:
registrationNo - the registrationNo of PersonalInfo
 o getRegistrationNo
 public String getRegistrationNo()
Returns the registrationNo of PersonalInfo.

 o setPhoneNumber
 public void setPhoneNumber(String phoneNumber)
Sets the phoneNumber of PersonalInfo.

Parameters:
phoneNumber - the phoneNumber of PersonalInfo
 o getPhoneNumber
 public String getPhoneNumber()
Returns the phoneNumber of PersonalInfo.

 o setContactAddress
 public void setContactAddress(String contactAddress)
Sets the contactAddress of PersonalInfo.

Parameters:
contactAddress - the contactAddress of PersonalInfo
 o getContactAddress
 public String getContactAddress()
Returns the contactAddress of PersonalInfo.

 o getContents
 public String getContents(String person)
 o getDifferencesFrom
 public String getDifferencesFrom(PersonalInfo old,
                                  String person)
 o equals
 public boolean equals(PersonalInfo old)

All Packages  Class Hierarchy  This Package  Previous  Next  Index