com.xtravelsystem.online.published.V1_0RC1.hotel.answers
Class CancellationPrice
java.lang.Object
com.xtravelsystem.online.published.V1_0RC1.hotel.answers.CancellationPrice
public class CancellationPrice
- extends java.lang.Object
cancellation term at establishment contract
- Author:
- Miguel Pérez
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CancellationPrice
public CancellationPrice()
CancellationPrice
public CancellationPrice(int release,
java.lang.String applyTo,
double percentage,
com.jumbotours.disponibility.Amount amount)
getPercentage
public double getPercentage()
- Returns:
setPercentage
public void setPercentage(double i)
- Parameters:
i
-
getApplyTo
public java.lang.String getApplyTo()
- Returns:
setApplyTo
public void setApplyTo(java.lang.String i)
- Parameters:
i
-
getRelease
public int getRelease()
- Returns:
- Returns the release.
setRelease
public void setRelease(int release)
- Parameters:
release
- The release to set.
setAmount
public void setAmount(com.jumbotours.disponibility.Amount amount)
getAmount
public com.jumbotours.disponibility.Amount getAmount()