org.glassfish.jersey.examples.xmlmoxy.beans
Class PhoneNumber
java.lang.Object
org.glassfish.jersey.examples.xmlmoxy.beans.PhoneNumber
public class PhoneNumber
- extends java.lang.Object
- Author:
- Jakub Podlesak (jakub.podlesak at oracle.com)
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
PhoneNumber
public PhoneNumber()
PhoneNumber
public PhoneNumber(java.lang.String type,
java.lang.String value)
getType
public java.lang.String getType()
setType
public void setType(java.lang.String type)
getValue
public java.lang.String getValue()
setValue
public void setValue(java.lang.String value)
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.