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
-
PersonalInfo()
- Constructs a new PersonalInfo object.
-
PersonalInfo(String, String, String, String, String, String, String, String)
-
-
equals(PersonalInfo)
-
-
getCompany()
- Returns the company of PersonalInfo.
-
getContactAddress()
- Returns the contactAddress of PersonalInfo.
-
getContents(String)
-
-
getDifferencesFrom(PersonalInfo, String)
-
-
getEmail()
- Returns the email of PersonalInfo.
-
getName()
- Returns the name of PersonalInfo.
-
getPhoneNumber()
- Returns the phoneNumber of PersonalInfo.
-
getRegistrationNo()
- Returns the registrationNo of PersonalInfo.
-
getSemperURL()
- Returns the semperURL of PersonalInfo.
-
getVatNo()
- Returns the vatNo of PersonalInfo.
-
setCompany(String)
- Sets the company of PersonalInfo.
-
setContactAddress(String)
- Sets the contactAddress of PersonalInfo.
-
setEmail(String)
- Sets the email of PersonalInfo.
-
setName(String)
- Sets the name of PersonalInfo.
-
setPhoneNumber(String)
- Sets the phoneNumber of PersonalInfo.
-
setRegistrationNo(String)
- Sets the registrationNo of PersonalInfo.
-
setSemperURL(String)
- Sets the semperURL of PersonalInfo.
-
setVatNo(String)
- Sets the vatNo of PersonalInfo.
PersonalInfo
public PersonalInfo()
- Constructs a new PersonalInfo object.
PersonalInfo
public PersonalInfo(String name,
String company,
String semperURL,
String email,
String vatNo,
String registrationNo,
String phoneNumber,
String contactAddress)
setName
public void setName(String name)
- Sets the name of PersonalInfo.
- Parameters:
- name - the name of PersonalInfo
getName
public String getName()
- Returns the name of PersonalInfo.
setCompany
public void setCompany(String company)
- Sets the company of PersonalInfo.
- Parameters:
- company - the company of PersonalInfo
getCompany
public String getCompany()
- Returns the company of PersonalInfo.
setSemperURL
public void setSemperURL(String semperURL)
- Sets the semperURL of PersonalInfo.
- Parameters:
- semperURL - the semperURL of PersonalInfo
getSemperURL
public String getSemperURL()
- Returns the semperURL of PersonalInfo.
setEmail
public void setEmail(String email)
- Sets the email of PersonalInfo.
- Parameters:
- email - the email of PersonalInfo
getEmail
public String getEmail()
- Returns the email of PersonalInfo.
setVatNo
public void setVatNo(String vatNo)
- Sets the vatNo of PersonalInfo.
- Parameters:
- vatNo - the vatNo of PersonalInfo
getVatNo
public String getVatNo()
- Returns the vatNo of PersonalInfo.
setRegistrationNo
public void setRegistrationNo(String registrationNo)
- Sets the registrationNo of PersonalInfo.
- Parameters:
- registrationNo - the registrationNo of PersonalInfo
getRegistrationNo
public String getRegistrationNo()
- Returns the registrationNo of PersonalInfo.
setPhoneNumber
public void setPhoneNumber(String phoneNumber)
- Sets the phoneNumber of PersonalInfo.
- Parameters:
- phoneNumber - the phoneNumber of PersonalInfo
getPhoneNumber
public String getPhoneNumber()
- Returns the phoneNumber of PersonalInfo.
setContactAddress
public void setContactAddress(String contactAddress)
- Sets the contactAddress of PersonalInfo.
- Parameters:
- contactAddress - the contactAddress of PersonalInfo
getContactAddress
public String getContactAddress()
- Returns the contactAddress of PersonalInfo.
getContents
public String getContents(String person)
getDifferencesFrom
public String getDifferencesFrom(PersonalInfo old,
String person)
equals
public boolean equals(PersonalInfo old)
All Packages Class Hierarchy This Package Previous Next Index