AbstractContact
class AbstractContact extends AbstractFunction
Methods
Initializes the class with the given parameters.
Get contact name
Set contact name
Get last name
Set last name
Get first name
Set first name
Get middle name
Set middle name
Get prefix
Set prefix
Get company name
Set company name
Get print as
Set print as
Get taxable
Set taxable
Get tax ID
Set tax ID
Get contact tax group name
Set contact tax group name
Get active
Set active
Get primary phone number
Set primary phone number
Get secondary phone number
Set secondary phone number
Get cellular phone number
Set cellular phone number
Get pager number
Set pager number
Get fax number
Set fax number
Get primary email address
Set primary email address
Get secondary email address
Set secondary email address
Get primary URL
Set primary URL
Get secondary URL
Set secondary URL
Get address line 1
Set address line 1
Get address line 2
Set address line 2
Get city
Set city
Get state/province
Set state/province
Get zip/postal code
Set zip/postal code
Get country
Set country
Details
in AbstractFunction at line line 35
getControlId()
Get control ID
in AbstractFunction at line line 46
setControlId($controlId = null)
Set control ID
in AbstractFunction at line line 67
__construct(string $controlId = null)
Initializes the class with the given parameters.
in AbstractFunction at line line 72
abstract
writeXml(XMLWriter $xml)
Write the XML
at line line 110
string
getContactName()
Get contact name
at line line 120
setContactName(string $contactName)
Set contact name
at line line 130
string
getLastName()
Get last name
at line line 140
setLastName(string $lastName)
Set last name
at line line 150
string
getFirstName()
Get first name
at line line 160
setFirstName(string $firstName)
Set first name
at line line 170
string
getMiddleName()
Get middle name
at line line 180
setMiddleName(string $middleName)
Set middle name
at line line 190
string
getPrefix()
Get prefix
at line line 200
setPrefix(string $prefix)
Set prefix
at line line 210
string
getCompanyName()
Get company name
at line line 220
setCompanyName(string $companyName)
Set company name
at line line 230
string
getPrintAs()
Get print as
at line line 240
setPrintAs(string $printAs)
Set print as
at line line 250
boolean
isTaxable()
Get taxable
at line line 260
setTaxable(boolean $taxable)
Set taxable
at line line 270
string
getTaxId()
Get tax ID
at line line 280
setTaxId(string $taxId)
Set tax ID
at line line 290
string
getContactTaxGroupName()
Get contact tax group name
at line line 300
setContactTaxGroupName(string $contactTaxGroupName)
Set contact tax group name
at line line 310
boolean
isActive()
Get active
at line line 320
setActive(boolean $active)
Set active
at line line 330
string
getPrimaryPhoneNo()
Get primary phone number
at line line 340
setPrimaryPhoneNo(string $primaryPhoneNo)
Set primary phone number
at line line 350
string
getSecondaryPhoneNo()
Get secondary phone number
at line line 360
setSecondaryPhoneNo(string $secondaryPhoneNo)
Set secondary phone number
at line line 370
string
getCellularPhoneNo()
Get cellular phone number
at line line 380
setCellularPhoneNo(string $cellularPhoneNo)
Set cellular phone number
at line line 390
string
getPagerNo()
Get pager number
at line line 400
setPagerNo(string $pagerNo)
Set pager number
at line line 410
string
getFaxNo()
Get fax number
at line line 420
setFaxNo(string $faxNo)
Set fax number
at line line 430
string
getPrimaryEmailAddress()
Get primary email address
at line line 440
setPrimaryEmailAddress(string $primaryEmailAddress)
Set primary email address
at line line 453
string
getSecondaryEmailAddress()
Get secondary email address
at line line 463
setSecondaryEmailAddress(string $secondaryEmailAddress)
Set secondary email address
at line line 476
string
getPrimaryUrl()
Get primary URL
at line line 486
setPrimaryUrl(string $primaryUrl)
Set primary URL
at line line 496
string
getSecondaryUrl()
Get secondary URL
at line line 506
setSecondaryUrl(string $secondaryUrl)
Set secondary URL
at line line 516
string
getAddressLine1()
Get address line 1
at line line 526
setAddressLine1(string $addressLine1)
Set address line 1
at line line 536
string
getAddressLine2()
Get address line 2
at line line 546
setAddressLine2(string $addressLine2)
Set address line 2
at line line 556
string
getCity()
Get city
at line line 566
setCity(string $city)
Set city
at line line 576
string
getStateProvince()
Get state/province
at line line 586
setStateProvince(string $stateProvince)
Set state/province
at line line 596
string
getZipPostalCode()
Get zip/postal code
at line line 606
setZipPostalCode(string $zipPostalCode)
Set zip/postal code
at line line 616
string
getCountry()
Get country
at line line 626
setCountry(string $country)
Set country