org.apache.juddi.model
Class Phone
java.lang.Object
org.apache.juddi.model.Phone
- All Implemented Interfaces:
- Serializable
public class Phone
- 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 |
Phone
public Phone()
Phone
public Phone(Contact contact,
String phoneNumber)
Phone
public Phone(Contact contact,
String useType,
String phoneNumber)
getId
public Long getId()
setId
public void setId(Long id)
getContact
public Contact getContact()
setContact
public void setContact(Contact contact)
getUseType
public String getUseType()
setUseType
public void setUseType(String useType)
getPhoneNumber
public String getPhoneNumber()
setPhoneNumber
public void setPhoneNumber(String phoneNumber)
Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.