com.citygrid.content.places.detail
Class CGPlacesDetailOffer

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

public class CGPlacesDetailOffer
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
private  Date expirationDate
           
private  String name
           
private  String offerDescription
           
private  String text
           
private  URI url
           
 
Constructor Summary
CGPlacesDetailOffer(String name, String text, String offerDescription, URI url, Date expirationDate)
           
 
Method Summary
 boolean equals(Object o)
           
 Date getExpirationDate()
           
 String getName()
           
 String getOfferDescription()
           
 String getText()
           
 URI getUrl()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

name

private String name

text

private String text

offerDescription

private String offerDescription

url

private URI url

expirationDate

private Date expirationDate
Constructor Detail

CGPlacesDetailOffer

public CGPlacesDetailOffer(String name,
                           String text,
                           String offerDescription,
                           URI url,
                           Date expirationDate)
Method Detail

getName

public String getName()

getText

public String getText()

getOfferDescription

public String getOfferDescription()

getUrl

public URI getUrl()

getExpirationDate

public Date getExpirationDate()

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011. All Rights Reserved.