public abstract class Address extends Object implements Serializable
Constructor and Description |
---|
Address() |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
equals(Object object)
Subclasses must provide a suitable implementation of equals().
|
abstract String |
getType()
Return a String that identifies this address type.
|
abstract String |
toString()
Subclasses must provide a suitable representation of their address.
|
Copyright © 2013. All Rights Reserved.