com.citygrid.content.places.detail
Class CGPlacesDetailAddress
java.lang.Object
com.citygrid.CGAddress
com.citygrid.content.places.detail.CGPlacesDetailAddress
- All Implemented Interfaces:
- Serializable
public class CGPlacesDetailAddress
- extends CGAddress
- implements Serializable
- See Also:
- Serialized Form
deliveryPoint
private String deliveryPoint
crossStreet
private String crossStreet
CGPlacesDetailAddress
public CGPlacesDetailAddress(String street,
String city,
String state,
String zip)
CGPlacesDetailAddress
public CGPlacesDetailAddress(String street,
String city,
String state,
String zip,
String deliveryPoint,
String crossStreet)
getDeliveryPoint
public String getDeliveryPoint()
getCrossStreet
public String getCrossStreet()
equals
public boolean equals(Object o)
- Overrides:
equals
in class CGAddress
hashCode
public int hashCode()
- Overrides:
hashCode
in class CGAddress
toString
public String toString()
- Overrides:
toString
in class CGAddress
Copyright © 2011. All Rights Reserved.