public class UserProfileVO extends Object implements Serializable
Constructor and Description |
---|
UserProfileVO() |
UserProfileVO(String firstName,
String lastName,
String salutation,
String position,
String company,
String street,
String zip,
String city,
PhoneNumber phone,
PhoneNumber fax,
String countryCode,
String timeZoneId) |
UserProfileVO(UserProfileVO otherBean)
Copies constructor from other UserProfileVO
|
Modifier and Type | Method and Description |
---|---|
void |
copy(UserProfileVO otherBean)
Copies all properties from the argument value object into this value object.
|
String |
getCity() |
String |
getCompany() |
String |
getCountryCode() |
PhoneNumber |
getFax() |
String |
getFirstName() |
String |
getLastName() |
PhoneNumber |
getPhone() |
String |
getPosition() |
String |
getSalutation() |
String |
getStreet() |
String |
getTimeZoneId()
The ID of the TimeZone.
|
String |
getZip() |
void |
setCity(String city) |
void |
setCompany(String company) |
void |
setCountryCode(String countryCode) |
void |
setFax(PhoneNumber fax) |
void |
setFirstName(String firstName) |
void |
setLastName(String lastName) |
void |
setPhone(PhoneNumber phone) |
void |
setPosition(String position) |
void |
setSalutation(String salutation) |
void |
setStreet(String street) |
void |
setTimeZoneId(String timeZoneId) |
void |
setZip(String zip) |
public UserProfileVO()
public UserProfileVO(String firstName, String lastName, String salutation, String position, String company, String street, String zip, String city, PhoneNumber phone, PhoneNumber fax, String countryCode, String timeZoneId)
public UserProfileVO(UserProfileVO otherBean)
otherBean
- , cannot be null
NullPointerException
- if the argument is null
public void copy(UserProfileVO otherBean)
public String getCity()
public String getCompany()
public String getCountryCode()
public PhoneNumber getFax()
public String getFirstName()
public String getLastName()
public PhoneNumber getPhone()
public String getPosition()
public String getSalutation()
public String getStreet()
public String getTimeZoneId()
The ID of the TimeZone.
public String getZip()
public void setCity(String city)
public void setCompany(String company)
public void setCountryCode(String countryCode)
public void setFax(PhoneNumber fax)
public void setFirstName(String firstName)
public void setLastName(String lastName)
public void setPhone(PhoneNumber phone)
public void setPosition(String position)
public void setSalutation(String salutation)
public void setStreet(String street)
public void setTimeZoneId(String timeZoneId)
public void setZip(String zip)
Copyright © 2019 Communote team. All rights reserved.