public interface EntityTypeContactInfoContract extends Versioned, GloballyUnique, Inactivatable
getVersionNumbergetObjectIdisActiveString getEntityId()
EntityAddressContractString getEntityTypeCode()
EntityAddressContract's object.EntityAddressContractCodedAttributeContract getEntityType()
EntityTypeContactInfoContract's object.EntityTypeContactInfoContractList<? extends EntityAddressContract> getAddresses()
EntityTypeContactInfoContract's List of EntityAddressS.EntityAddressContractS for this EntityTypeContactInfoContract.
The returned List will never be null, an empty List will be assigned and returned if needed.List<? extends EntityEmailContract> getEmailAddresses()
EntityTypeContactInfoContract's List of EntityEmailContractS.EntityEmailContractS for this EntityTypeContactInfoContract.
The returned List will never be null, an empty List will be assigned and returned if needed.List<? extends EntityPhoneContract> getPhoneNumbers()
EntityTypeContactInfoContract's List of EntityPhoneS.EntityPhoneContractS for this EntityTypeContactInfoContract.
The returned List will never be null, an empty List will be assigned and returned if needed.EntityAddressContract getDefaultAddress()
EntityEmailContract getDefaultEmailAddress()
EntityPhoneContract getDefaultPhoneNumber()
Copyright © 2005–2018 The Kuali Foundation. All rights reserved.