org.apache.juddi.model
Class Contact
java.lang.Object
org.apache.juddi.model.Contact
- All Implemented Interfaces:
- Serializable
public class Contact
- extends Object
- implements Serializable
- Author:
- Kurt T Stam, Jeff Faath
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Contact
public Contact()
Contact
public Contact(BusinessEntity businessEntity)
Contact
public Contact(BusinessEntity businessEntity,
String useType,
List<PersonName> personNames,
List<ContactDescr> contactDescrs,
List<Email> emails,
List<Phone> phones,
List<Address> addresses)
getId
public Long getId()
setId
public void setId(Long id)
getBusinessEntity
public BusinessEntity getBusinessEntity()
setBusinessEntity
public void setBusinessEntity(BusinessEntity businessEntity)
getUseType
public String getUseType()
setUseType
public void setUseType(String useType)
getPersonNames
public List<PersonName> getPersonNames()
setPersonNames
public void setPersonNames(List<PersonName> personNames)
getContactDescrs
public List<ContactDescr> getContactDescrs()
setContactDescrs
public void setContactDescrs(List<ContactDescr> contactDescrs)
getEmails
public List<Email> getEmails()
setEmails
public void setEmails(List<Email> emails)
getPhones
public List<Phone> getPhones()
setPhones
public void setPhones(List<Phone> phones)
getAddresses
public List<Address> getAddresses()
setAddresses
public void setAddresses(List<Address> addresses)
Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.