com.xtravelsystem.online.published.V1_0RC1.hotel.answers
Class POPrice
java.lang.Object
com.xtravelsystem.online.published.V1_0RC1.hotel.answers.POPrice
public class POPrice
- extends java.lang.Object
this class represents the POPrice entity.
- Author:
- Senén García
Constructor Summary |
POPrice()
|
POPrice(java.lang.String code,
java.lang.String name)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
POPrice
public POPrice()
POPrice
public POPrice(java.lang.String code,
java.lang.String name)
getCode
public java.lang.String getCode()
setCode
public void setCode(java.lang.String code)
getFrom
public java.util.Date getFrom()
setFrom
public void setFrom(java.util.Date from)
getTo
public java.util.Date getTo()
setTo
public void setTo(java.util.Date to)
getPrice
public java.lang.Double getPrice()
setPrice
public void setPrice(java.lang.Double price)
getCurrency
public java.lang.String getCurrency()
setCurrency
public void setCurrency(java.lang.String currency)
getType
public java.lang.String getType()
setType
public void setType(java.lang.String type)