Interface ContactPostalAddressEdit
- All Superinterfaces:
BaseEdit,BaseForm,ContactMechanismEdit,PartyContactMechanismEdit
- All Known Subinterfaces:
CreateContactPostalAddressForm
-
Method Summary
Modifier and TypeMethodDescriptiongetCity()getState()voidsetAddress1(String address1) voidsetAddress2(String address2) voidsetAddress3(String address3) voidsetAttention(String attention) voidvoidsetCompanyName(String companyName) voidsetCountryName(String countryName) voidsetFirstName(String firstName) voidsetIsCommercial(String isCommercial) voidsetLastName(String lastName) voidsetMiddleName(String middleName) voidsetNameSuffixId(String nameSuffixId) voidsetPersonalTitleId(String personalTitleId) voidsetPostalCode(String postalCode) voidMethods inherited from interface com.echothree.util.common.form.BaseForm
get, get, getFormName, getLimits, getOptions, getPreferredClobMimeTypeName, getTransferProperties, reset, set, set, setFormName, setLimits, setOptions, setPreferredClobMimeTypeName, setTransferProperties, toStringMethods inherited from interface com.echothree.control.user.contact.common.edit.ContactMechanismEdit
getAllowSolicitation, setAllowSolicitationMethods 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
-