com.citygrid.content.places.detail
Class CGPlacesDetailAddress

java.lang.Object
  extended by com.citygrid.CGAddress
      extended by com.citygrid.content.places.detail.CGPlacesDetailAddress
All Implemented Interfaces:
Serializable

public class CGPlacesDetailAddress
extends CGAddress
implements Serializable

See Also:
Serialized Form

Field Summary
private  String crossStreet
           
private  String deliveryPoint
           
 
Constructor Summary
CGPlacesDetailAddress(String street, String city, String state, String zip)
           
CGPlacesDetailAddress(String street, String city, String state, String zip, String deliveryPoint, String crossStreet)
           
 
Method Summary
 boolean equals(Object o)
           
 String getCrossStreet()
           
 String getDeliveryPoint()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class com.citygrid.CGAddress
getCity, getState, getStreet, getZip
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

deliveryPoint

private String deliveryPoint

crossStreet

private String crossStreet
Constructor Detail

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)
Method Detail

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.