public interface Contact extends Account
Contact
isFrozen
Account.Identity| Modifier and Type | Method and Description |
|---|---|
Date |
getAnniversary()
Retrieves the possibly null value for the optional attribute
anniversary. |
BigDecimal |
getAnnualIncomeAmount()
Retrieves the possibly null value for the optional attribute
annualIncomeAmount. |
Short |
getAnnualIncomeCurrency()
Retrieves the possibly null value for the optional attribute
annualIncomeCurrency. |
Account |
getAssistant()
Retrieves the value for the reference
assistant. |
Date |
getBirthdate()
Retrieves the possibly null value for the optional attribute
birthdate. |
List<String> |
getChildrenNames()
Retrieves a list containing all the elements for the attribute
childrenNames. |
List<Short> |
getCitizenship()
Retrieves a list containing all the elements for the attribute
citizenship. |
String |
getClosing()
Retrieves the possibly null value for the optional attribute
closing. |
short |
getClosingCode()
Retrieves the value for the attribute
closingCode. |
<T extends ContactRelationship> |
getContactRelationship()
Retrieves a set containing all the elements for the reference
contactRelationship. |
Date |
getDateOfDeath()
Retrieves the possibly null value for the optional attribute
dateOfDeath. |
String |
getDepartment()
Retrieves the possibly null value for the optional attribute
department. |
Account |
getDeputy()
Retrieves the value for the reference
deputy. |
short |
getEducation()
Retrieves the value for the attribute
education. |
short |
getFamilyStatus()
Retrieves the value for the attribute
familyStatus. |
String |
getFirstName()
Retrieves the possibly null value for the optional attribute
firstName. |
short |
getGender()
Retrieves the value for the attribute
gender. |
String |
getJobRole()
Retrieves the possibly null value for the optional attribute
jobRole. |
String |
getJobTitle()
Retrieves the possibly null value for the optional attribute
jobTitle. |
String |
getLastName()
Retrieves the possibly null value for the optional attribute
lastName. |
String |
getMiddleName()
Retrieves the possibly null value for the optional attribute
middleName. |
String |
getNickName()
Retrieves the possibly null value for the optional attribute
nickName. |
Short |
getNumberOfChildren()
Retrieves the possibly null value for the optional attribute
numberOfChildren. |
String |
getOrganization()
Retrieves the possibly null value for the optional attribute
organization. |
String |
getOriginalName()
Retrieves the possibly null value for the optional attribute
originalName. |
<T extends ContactMembership> |
getOuMembership()
Retrieves a set containing all the elements for the reference
ouMembership. |
String |
getPlaceOfBirth()
Retrieves the possibly null value for the optional attribute
placeOfBirth. |
String |
getPlaceOfDeath()
Retrieves the possibly null value for the optional attribute
placeOfDeath. |
String |
getPlaceOfOrigin()
Retrieves the possibly null value for the optional attribute
placeOfOrigin. |
short |
getPreferredContactMethod()
Retrieves the value for the attribute
preferredContactMethod. |
short |
getPreferredSpokenLanguage()
Retrieves the value for the attribute
preferredSpokenLanguage. |
short |
getPreferredWrittenLanguage()
Retrieves the value for the attribute
preferredWrittenLanguage. |
List<Short> |
getReligion()
Retrieves a list containing all the elements for the attribute
religion. |
Contact |
getReportsTo()
Retrieves the value for the reference
reportsTo. |
String |
getSalutation()
Retrieves the possibly null value for the optional attribute
salutation. |
short |
getSalutationCode()
Retrieves the value for the attribute
salutationCode. |
String |
getSuffix()
Retrieves the possibly null value for the optional attribute
suffix. |
Boolean |
isDoNotBulkPostalMail()
Retrieves the possibly null value for the optional attribute
doNotBulkPostalMail. |
Boolean |
isDoNotEMail()
Retrieves the possibly null value for the optional attribute
doNotEMail. |
Boolean |
isDoNotFax()
Retrieves the possibly null value for the optional attribute
doNotFax. |
Boolean |
isDoNotPhone()
Retrieves the possibly null value for the optional attribute
doNotPhone. |
Boolean |
isDoNotPostalMail()
Retrieves the possibly null value for the optional attribute
doNotPostalMail. |
void |
setAnniversary(Date anniversary)
Sets a new value for the attribute
anniversary. |
void |
setAnnualIncomeAmount(BigDecimal annualIncomeAmount)
Sets a new value for the attribute
annualIncomeAmount. |
void |
setAnnualIncomeCurrency(Short annualIncomeCurrency)
Sets a new value for the attribute
annualIncomeCurrency. |
void |
setAssistant(Account assistant)
Sets a new value for the reference
assistant. |
void |
setBirthdate(Date birthdate)
Sets a new value for the attribute
birthdate. |
void |
setChildrenNames(String... childrenNames)
Clears
childrenNames and adds the given value(s). |
void |
setCitizenship(short... citizenship)
Clears
citizenship and adds the given value(s). |
void |
setClosing(String closing)
Sets a new value for the attribute
closing. |
void |
setClosingCode(short closingCode)
Sets a new value for the attribute
closingCode. |
void |
setDateOfDeath(Date dateOfDeath)
Sets a new value for the attribute
dateOfDeath. |
void |
setDepartment(String department)
Sets a new value for the attribute
department. |
void |
setDeputy(Account deputy)
Sets a new value for the reference
deputy. |
void |
setDoNotBulkPostalMail(Boolean doNotBulkPostalMail)
Sets a new value for the attribute
doNotBulkPostalMail. |
void |
setDoNotEMail(Boolean doNotEMail)
Sets a new value for the attribute
doNotEMail. |
void |
setDoNotFax(Boolean doNotFax)
Sets a new value for the attribute
doNotFax. |
void |
setDoNotPhone(Boolean doNotPhone)
Sets a new value for the attribute
doNotPhone. |
void |
setDoNotPostalMail(Boolean doNotPostalMail)
Sets a new value for the attribute
doNotPostalMail. |
void |
setEducation(short education)
Sets a new value for the attribute
education. |
void |
setFamilyStatus(short familyStatus)
Sets a new value for the attribute
familyStatus. |
void |
setFirstName(String firstName)
Sets a new value for the attribute
firstName. |
void |
setGender(short gender)
Sets a new value for the attribute
gender. |
void |
setJobRole(String jobRole)
Sets a new value for the attribute
jobRole. |
void |
setJobTitle(String jobTitle)
Sets a new value for the attribute
jobTitle. |
void |
setLastName(String lastName)
Sets a new value for the attribute
lastName. |
void |
setMiddleName(String middleName)
Sets a new value for the attribute
middleName. |
void |
setNickName(String nickName)
Sets a new value for the attribute
nickName. |
void |
setNumberOfChildren(Short numberOfChildren)
Sets a new value for the attribute
numberOfChildren. |
void |
setOrganization(String organization)
Sets a new value for the attribute
organization. |
void |
setOriginalName(String originalName)
Sets a new value for the attribute
originalName. |
void |
setPlaceOfBirth(String placeOfBirth)
Sets a new value for the attribute
placeOfBirth. |
void |
setPlaceOfDeath(String placeOfDeath)
Sets a new value for the attribute
placeOfDeath. |
void |
setPlaceOfOrigin(String placeOfOrigin)
Sets a new value for the attribute
placeOfOrigin. |
void |
setPreferredContactMethod(short preferredContactMethod)
Sets a new value for the attribute
preferredContactMethod. |
void |
setPreferredSpokenLanguage(short preferredSpokenLanguage)
Sets a new value for the attribute
preferredSpokenLanguage. |
void |
setPreferredWrittenLanguage(short preferredWrittenLanguage)
Sets a new value for the attribute
preferredWrittenLanguage. |
void |
setReligion(short... religion)
Clears
religion and adds the given value(s). |
void |
setReportsTo(Contact reportsTo)
Sets a new value for the reference
reportsTo. |
void |
setSalutation(String salutation)
Sets a new value for the attribute
salutation. |
void |
setSalutationCode(short salutationCode)
Sets a new value for the attribute
salutationCode. |
void |
setSuffix(String suffix)
Sets a new value for the attribute
suffix. |
getAccountCategory, getAccountMembership, getAccountRating, getAccountState, getAccountType, getAddress, getAliasName, getAssignedAccountAssignment, getAssignedActivity, getAssignedAddress, getAssignedBudget, getAssignedContract, getBusinessType, getContact, getDescription, getExtCode0, getExtCode1, getExtCode10, getExtCode11, getExtCode12, getExtCode13, getExtCode14, getExtCode15, getExtCode16, getExtCode17, getExtCode18, getExtCode19, getExtCode2, getExtCode20, getExtCode21, getExtCode22, getExtCode23, getExtCode24, getExtCode25, getExtCode26, getExtCode27, getExtCode28, getExtCode29, getExtCode3, getExtCode4, getExtCode5, getExtCode6, getExtCode7, getExtCode8, getExtCode9, getExtDate0, getExtDate1, getExtDate2, getExtDate3, getExtDate4, getExtDate5, getExtDate6, getExtDate7, getExtDate8, getExtDate9, getExtDateTime0, getExtDateTime1, getExtDateTime2, getExtDateTime3, getExtDateTime4, getExtDateTime5, getExtDateTime6, getExtDateTime7, getExtDateTime8, getExtDateTime9, getExtNumber0, getExtNumber1, getExtNumber2, getExtNumber3, getExtNumber4, getExtNumber5, getExtNumber6, getExtNumber7, getExtNumber8, getExtNumber9, getExtString0, getExtString1, getExtString2, getExtString3, getExtString4, getExtString5, getExtString6, getExtString7, getExtString8, getExtString9, getFullName, getGovernmentId, getMaster, getMember, getMemberGroup, getPartner, getProduct, getSearchEmail1, getSearchEmail2, getSearchMobile1, getSearchMobile2, getSearchName, getSearchPhone1, getSearchPhone2, getSearchPostal1AddressLine, getSearchPostal1City, getSearchPostal1Country, getSearchPostal1PostalCode, getSearchPostal1State, getSearchPostal1Street, getSearchPostal1StreetNumber, getSearchPostal2AddressLine, getSearchPostal2City, getSearchPostal2Country, getSearchPostal2PostalCode, getSearchPostal2State, getSearchPostal2Street, getSearchPostal2StreetNumber, getVcard, isExtBoolean0, isExtBoolean1, isExtBoolean2, isExtBoolean3, isExtBoolean4, isExtBoolean5, isExtBoolean6, isExtBoolean7, isExtBoolean8, isExtBoolean9, setAccountCategory, setAccountRating, setAccountState, setAccountType, setAliasName, setBusinessType, setDescription, setExtBoolean0, setExtBoolean1, setExtBoolean2, setExtBoolean3, setExtBoolean4, setExtBoolean5, setExtBoolean6, setExtBoolean7, setExtBoolean8, setExtBoolean9, setExtCode0, setExtCode1, setExtCode10, setExtCode11, setExtCode12, setExtCode13, setExtCode14, setExtCode15, setExtCode16, setExtCode17, setExtCode18, setExtCode19, setExtCode2, setExtCode20, setExtCode21, setExtCode22, setExtCode23, setExtCode24, setExtCode25, setExtCode26, setExtCode27, setExtCode28, setExtCode29, setExtCode3, setExtCode4, setExtCode5, setExtCode6, setExtCode7, setExtCode8, setExtCode9, setExtDate0, setExtDate1, setExtDate2, setExtDate3, setExtDate4, setExtDate5, setExtDate6, setExtDate7, setExtDate8, setExtDate9, setExtDateTime0, setExtDateTime1, setExtDateTime2, setExtDateTime3, setExtDateTime4, setExtDateTime5, setExtDateTime6, setExtDateTime7, setExtDateTime8, setExtDateTime9, setExtNumber0, setExtNumber1, setExtNumber2, setExtNumber3, setExtNumber4, setExtNumber5, setExtNumber6, setExtNumber7, setExtNumber8, setExtNumber9, setExtString0, setExtString1, setExtString2, setExtString3, setExtString4, setExtString5, setExtString6, setExtString7, setExtString8, setExtString9, setFullName, setGovernmentId, setMaster, setSearchEmail1, setSearchEmail2, setSearchMobile1, setSearchMobile2, setSearchName, setSearchPhone1, setSearchPhone2, setSearchPostal1AddressLine, setSearchPostal1City, setSearchPostal1Country, setSearchPostal1PostalCode, setSearchPostal1State, setSearchPostal1Street, setSearchPostal1StreetNumber, setSearchPostal2AddressLine, setSearchPostal2City, setSearchPostal2Country, setSearchPostal2PostalCode, setSearchPostal2State, setSearchPostal2Street, setSearchPostal2StreetNumber, setVcard, updateVcarddisableCrxObject, enableCrxObject, getAdditionalExternalLink, getAssignedTimer, getAttachedDocument, getCategory, getDisabledReason, getDocumentFolderAssignment, getExternalLink, getInvolvedObject, getMedia, getNote, getPropertySet, getPropertySetEntry, getRating, getUserBoolean4, getUserCode0, getUserCode1, getUserCode2, getUserCode3, getUserCode4, getUserDate0, getUserDate1, getUserDate2, getUserDate3, getUserDate4, getUserDateTime0, getUserDateTime1, getUserDateTime2, getUserDateTime3, getUserDateTime4, getUserNumber0, getUserNumber1, getUserNumber2, getUserNumber3, getUserNumber4, getUserString0, getUserString1, getUserString2, getUserString3, getUserString4, isDisabled, isUserBoolean0, isUserBoolean1, isUserBoolean2, isUserBoolean3, setCategory, setDisabled, setDisabledReason, setExternalLink, setUserBoolean0, setUserBoolean1, setUserBoolean2, setUserBoolean3, setUserBoolean4, setUserCode0, setUserCode1, setUserCode2, setUserCode3, setUserCode4, setUserDate0, setUserDate1, setUserDate2, setUserDate3, setUserDate4, setUserDateTime0, setUserDateTime1, setUserDateTime2, setUserDateTime3, setUserDateTime4, setUserNumber0, setUserNumber1, setUserNumber2, setUserNumber3, setUserNumber4, setUserString0, setUserString1, setUserString2, setUserString3, setUserString4sendAlertexportItemimportItemgetIndexEntry, updateIndexaddOwningGroup, checkPermissions, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwner, getOwningGroup, getOwningUser, removeAllOwningGroup, removeOwningGroup, replaceOwningGroup, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setOwner, setOwningUser, setOwningUsergetLocalizedFieldgetPicture, getPictureContent, getPictureContentMimeType, getPictureContentName, setPictureDate getAnniversary()
anniversary.anniversary.void setAnniversary(Date anniversary)
anniversary.anniversary - The possibly null new value for attribute anniversary.BigDecimal getAnnualIncomeAmount()
annualIncomeAmount.annualIncomeAmount.void setAnnualIncomeAmount(BigDecimal annualIncomeAmount)
annualIncomeAmount.annualIncomeAmount - The possibly null new value for attribute annualIncomeAmount.Short getAnnualIncomeCurrency()
annualIncomeCurrency.annualIncomeCurrency.void setAnnualIncomeCurrency(Short annualIncomeCurrency)
annualIncomeCurrency.annualIncomeCurrency - The possibly null new value for attribute annualIncomeCurrency.Account getAssistant()
assistant.null – value for this reference.void setAssistant(Account assistant)
assistant.assistant - The new – possibly null – value for this reference.Date getBirthdate()
birthdate.birthdate.void setBirthdate(Date birthdate)
birthdate.birthdate - The possibly null new value for attribute birthdate.List<String> getChildrenNames()
childrenNames.void setChildrenNames(String... childrenNames)
childrenNames and adds the given value(s).
This method is equivalent to
list.clear();
for(java.lang.String e : attributeName){
list.add(e);
}
childrenNames - value(s) to be added to childrenNamesList<Short> getCitizenship()
citizenship.void setCitizenship(short... citizenship)
citizenship and adds the given value(s).
This method is equivalent to
list.clear();
for(short e : attributeName){
list.add(e);
}
citizenship - value(s) to be added to citizenshipString getClosing()
closing.closing.void setClosing(String closing)
closing.closing - The possibly null new value for attribute closing.short getClosingCode()
closingCode.closingCode.void setClosingCode(short closingCode)
closingCode.closingCode - The non-null new value for attribute closingCode.<T extends ContactRelationship> ContactHasContactRelationship.ContactRelationship<T> getContactRelationship()
contactRelationship.Date getDateOfDeath()
dateOfDeath.dateOfDeath.void setDateOfDeath(Date dateOfDeath)
dateOfDeath.dateOfDeath - The possibly null new value for attribute dateOfDeath.String getDepartment()
department.department.void setDepartment(String department)
department.department - The possibly null new value for attribute department.Account getDeputy()
deputy.null – value for this reference.void setDeputy(Account deputy)
deputy.deputy - The new – possibly null – value for this reference.Boolean isDoNotBulkPostalMail()
doNotBulkPostalMail.doNotBulkPostalMail.void setDoNotBulkPostalMail(Boolean doNotBulkPostalMail)
doNotBulkPostalMail.doNotBulkPostalMail - The possibly null new value for attribute doNotBulkPostalMail.Boolean isDoNotEMail()
doNotEMail.doNotEMail.void setDoNotEMail(Boolean doNotEMail)
doNotEMail.doNotEMail - The possibly null new value for attribute doNotEMail.Boolean isDoNotFax()
doNotFax.doNotFax.void setDoNotFax(Boolean doNotFax)
doNotFax.doNotFax - The possibly null new value for attribute doNotFax.Boolean isDoNotPhone()
doNotPhone.doNotPhone.void setDoNotPhone(Boolean doNotPhone)
doNotPhone.doNotPhone - The possibly null new value for attribute doNotPhone.Boolean isDoNotPostalMail()
doNotPostalMail.doNotPostalMail.void setDoNotPostalMail(Boolean doNotPostalMail)
doNotPostalMail.doNotPostalMail - The possibly null new value for attribute doNotPostalMail.short getEducation()
education.education.void setEducation(short education)
education.education - The non-null new value for attribute education.short getFamilyStatus()
familyStatus.familyStatus.void setFamilyStatus(short familyStatus)
familyStatus.familyStatus - The non-null new value for attribute familyStatus.String getFirstName()
firstName.firstName.void setFirstName(String firstName)
firstName.firstName - The possibly null new value for attribute firstName.short getGender()
gender.gender.void setGender(short gender)
gender.gender - The non-null new value for attribute gender.String getJobRole()
jobRole.jobRole.void setJobRole(String jobRole)
jobRole.jobRole - The possibly null new value for attribute jobRole.String getJobTitle()
jobTitle.jobTitle.void setJobTitle(String jobTitle)
jobTitle.jobTitle - The possibly null new value for attribute jobTitle.String getLastName()
lastName.lastName.void setLastName(String lastName)
lastName.lastName - The possibly null new value for attribute lastName.String getMiddleName()
middleName.middleName.void setMiddleName(String middleName)
middleName.middleName - The possibly null new value for attribute middleName.String getNickName()
nickName.nickName.void setNickName(String nickName)
nickName.nickName - The possibly null new value for attribute nickName.Short getNumberOfChildren()
numberOfChildren.numberOfChildren.void setNumberOfChildren(Short numberOfChildren)
numberOfChildren.numberOfChildren - The possibly null new value for attribute numberOfChildren.String getOrganization()
organization.organization.void setOrganization(String organization)
organization.organization - The possibly null new value for attribute organization.String getOriginalName()
originalName.originalName.void setOriginalName(String originalName)
originalName.originalName - The possibly null new value for attribute originalName.<T extends ContactMembership> ContactIsMemberOf.OuMembership<T> getOuMembership()
ouMembership.String getPlaceOfBirth()
placeOfBirth.placeOfBirth.void setPlaceOfBirth(String placeOfBirth)
placeOfBirth.placeOfBirth - The possibly null new value for attribute placeOfBirth.String getPlaceOfDeath()
placeOfDeath.placeOfDeath.void setPlaceOfDeath(String placeOfDeath)
placeOfDeath.placeOfDeath - The possibly null new value for attribute placeOfDeath.String getPlaceOfOrigin()
placeOfOrigin.placeOfOrigin.void setPlaceOfOrigin(String placeOfOrigin)
placeOfOrigin.placeOfOrigin - The possibly null new value for attribute placeOfOrigin.short getPreferredContactMethod()
preferredContactMethod.preferredContactMethod.void setPreferredContactMethod(short preferredContactMethod)
preferredContactMethod.preferredContactMethod - The non-null new value for attribute preferredContactMethod.short getPreferredSpokenLanguage()
preferredSpokenLanguage.preferredSpokenLanguage.void setPreferredSpokenLanguage(short preferredSpokenLanguage)
preferredSpokenLanguage.preferredSpokenLanguage - The non-null new value for attribute preferredSpokenLanguage.short getPreferredWrittenLanguage()
preferredWrittenLanguage.preferredWrittenLanguage.void setPreferredWrittenLanguage(short preferredWrittenLanguage)
preferredWrittenLanguage.preferredWrittenLanguage - The non-null new value for attribute preferredWrittenLanguage.List<Short> getReligion()
religion.void setReligion(short... religion)
religion and adds the given value(s).
This method is equivalent to
list.clear();
for(short e : attributeName){
list.add(e);
}
religion - value(s) to be added to religionContact getReportsTo()
reportsTo.null – value for this reference.void setReportsTo(Contact reportsTo)
reportsTo.reportsTo - The new – possibly null – value for this reference.String getSalutation()
salutation.salutation.void setSalutation(String salutation)
salutation.salutation - The possibly null new value for attribute salutation.short getSalutationCode()
salutationCode.salutationCode.void setSalutationCode(short salutationCode)
salutationCode.salutationCode - The non-null new value for attribute salutationCode.String getSuffix()
suffix.suffix.void setSuffix(String suffix)
suffix.suffix - The possibly null new value for attribute suffix.This software is published under the BSD license. Copyright © 2003-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.