public class RegistrationInfo
extends java.lang.Object
ILicenser.registrationQuery(String) and ILicenser.register(RegistrationInfo).| Constructor and Description |
|---|
RegistrationInfo() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAddress1()
Gets the first street address of the registered company
|
java.lang.String |
getAddress2()
Gets the second street address of the registered company
|
java.lang.String |
getCity()
Gets the city where the registered company is located
|
java.lang.String |
getCompany()
Gets the company name on the registration
|
java.lang.String |
getCountry()
Gets the country where the registered company is located
|
java.lang.String |
getEmail()
Gets the email address of the primary contact on the registration
|
java.lang.String |
getExtension()
Gets the phone number extension of the primary contact on the registration
|
java.lang.String |
getFirstName()
Gets the first name of the primary contact on the registration
|
java.lang.String |
getLastName()
Gets the last name of the primary contact on the registration
|
java.lang.String |
getPhone()
Gets the phone number of the primary contact on the registration
|
java.lang.String |
getState()
Gets the state/province where the registered company is located
|
java.lang.String |
getTitle()
Gets the title of the primary contact on the registration
|
java.lang.String |
getZip()
Gets the zip code of the registered company
|
void |
setAddress1(java.lang.String address1)
Sets the first street address of the registered company
|
void |
setAddress2(java.lang.String address2)
Sets the second street address of the registered company
|
void |
setCity(java.lang.String city)
Sets the city where the registered company is located
|
void |
setCompany(java.lang.String company)
Sets the company name on the registration
|
void |
setCountry(java.lang.String country)
Sets the country where the registered company is located
|
void |
setEmail(java.lang.String email)
Sets the email address of the primary contact on the registration
|
void |
setExtension(java.lang.String extension)
Sets the phone number extension of the primary contact on the registration
|
void |
setFirstName(java.lang.String firstName)
Sets the first name of the primary contact on the registration
|
void |
setLastName(java.lang.String lastName)
Sets the last name of the primary contact on the registration
|
void |
setPhone(java.lang.String phone)
Sets the phone number of the primary contact on the registration
|
void |
setState(java.lang.String state)
Sets the state/province where the registered company is located
|
void |
setTitle(java.lang.String title)
Sets the title of the primary contact on the registration
|
void |
setZip(java.lang.String zip)
Sets the zip code of the registered company
|
public java.lang.String getFirstName()
public java.lang.String getLastName()
public java.lang.String getTitle()
public java.lang.String getPhone()
public java.lang.String getExtension()
public java.lang.String getEmail()
public java.lang.String getCompany()
public java.lang.String getAddress1()
public java.lang.String getAddress2()
public java.lang.String getCity()
public java.lang.String getState()
public java.lang.String getZip()
public java.lang.String getCountry()
public void setFirstName(java.lang.String firstName)
firstName - the first name of the contactpublic void setLastName(java.lang.String lastName)
lastName - the last name of the contactpublic void setTitle(java.lang.String title)
title - the title of the contactpublic void setPhone(java.lang.String phone)
phone - the phone number of the contactpublic void setExtension(java.lang.String extension)
extension - the phone number extension of the contactpublic void setEmail(java.lang.String email)
email - the email address of the contactpublic void setCompany(java.lang.String company)
company - the company namepublic void setAddress1(java.lang.String address1)
address1 - the first street address of the companypublic void setAddress2(java.lang.String address2)
address2 - the second street address of the companypublic void setCity(java.lang.String city)
city - the city of the companypublic void setState(java.lang.String state)
state - the state/province of the companypublic void setZip(java.lang.String zip)
zip - the zip code of the companypublic void setCountry(java.lang.String country)
country - the country of the company