Interface ContactPostalAddressEdit
- All Superinterfaces:
BaseEdit
,BaseForm
,ContactMechanismEdit
,PartyContactMechanismEdit
- All Known Subinterfaces:
CreateContactPostalAddressForm
-
Method Summary
Modifier and TypeMethodDescriptiongetCity()
getState()
void
setAddress1
(String address1) void
setAddress2
(String address2) void
setAddress3
(String address3) void
setAttention
(String attention) void
void
setCompanyName
(String companyName) void
setCountryName
(String countryName) void
setFirstName
(String firstName) void
setIsCommercial
(String isCommercial) void
setLastName
(String lastName) void
setMiddleName
(String middleName) void
setNameSuffixId
(String nameSuffixId) void
setPersonalTitleId
(String personalTitleId) void
setPostalCode
(String postalCode) void
Methods inherited from interface com.echothree.util.common.form.BaseForm
get, get, getFormName, getLimits, getOptions, getPreferredClobMimeTypeName, getTransferProperties, reset, set, set, setFormName, setLimits, setOptions, setPreferredClobMimeTypeName, setTransferProperties, toString
Methods inherited from interface com.echothree.control.user.contact.common.edit.ContactMechanismEdit
getAllowSolicitation, setAllowSolicitation
Methods inherited from interface com.echothree.control.user.contact.common.edit.PartyContactMechanismEdit
getDescription, setDescription
-
Method Details
-
getPersonalTitleId
-
setPersonalTitleId
-
getFirstName
-
setFirstName
-
getMiddleName
-
setMiddleName
-
getLastName
-
setLastName
-
getNameSuffixId
-
setNameSuffixId
-
getCompanyName
-
setCompanyName
-
getAttention
-
setAttention
-
getAddress1
-
setAddress1
-
getAddress2
-
setAddress2
-
getAddress3
-
setAddress3
-
getCity
-
setCity
-
getState
-
setState
-
getPostalCode
-
setPostalCode
-
getCountryName
-
setCountryName
-
getIsCommercial
-
setIsCommercial
-