public abstract class Address extends Object implements Serializable
| Constructor and Description |
|---|
Address() |
public abstract String getType()
InternetAddresspublic abstract String toString()
public abstract boolean equals(Object address)
hashCode
method that preserves the general contract of
equals and hashCode - objects that
compare as equal must have the same hashCode.Copyright © 2013. All Rights Reserved.