com.xtravelsystem.online.published.V1_0RC1.common.answers
Class Offer

java.lang.Object
  extended by com.xtravelsystem.online.published.V1_0RC1.common.answers.Offer

public class Offer
extends java.lang.Object


Constructor Summary
Offer()
           
 
Method Summary
 java.lang.String getCategory()
          establishment category
 java.lang.String getDescription()
          description of the offer
 java.lang.String getEstablishmentId()
          id of the establishment
 java.lang.String getImageUrl()
          absolute url of the image
 java.lang.String getName()
          name of the offer
 void setCategory(java.lang.String category)
          establishment category
 void setDescription(java.lang.String description)
          description of the offer
 void setEstablishmentId(java.lang.String establishmentId)
          id of the establishment
 void setImageUrl(java.lang.String imageUrl)
          absolute url of the image
 void setName(java.lang.String name)
          name of the offer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Offer

public Offer()
Method Detail

getCategory

public java.lang.String getCategory()
establishment category


setCategory

public void setCategory(java.lang.String category)
establishment category


getDescription

public java.lang.String getDescription()
description of the offer


setDescription

public void setDescription(java.lang.String description)
description of the offer


getEstablishmentId

public java.lang.String getEstablishmentId()
id of the establishment


setEstablishmentId

public void setEstablishmentId(java.lang.String establishmentId)
id of the establishment


getImageUrl

public java.lang.String getImageUrl()
absolute url of the image


setImageUrl

public void setImageUrl(java.lang.String imageUrl)
absolute url of the image


getName

public java.lang.String getName()
name of the offer


setName

public void setName(java.lang.String name)
name of the offer