Class ReservationObjectPriceEntity

java.lang.Object
sk.iway.iwcm.components.reservation.jpa.ReservationObjectPriceEntity
All Implemented Interfaces:
Serializable

@Entity public class ReservationObjectPriceEntity extends Object implements Serializable
See Also:
  • Constructor Details

    • ReservationObjectPriceEntity

      public ReservationObjectPriceEntity()
  • Method Details

    • getDateFrom

      public Date getDateFrom()
    • getDateTo

      public Date getDateTo()
    • getId

      public Long getId()
    • getObjectId

      public Long getObjectId()
    • getPrice

      public BigDecimal getPrice()
    • getDomainId

      public Integer getDomainId()
    • getReservationObjectForPrice

      public ReservationObjectEntity getReservationObjectForPrice()
    • setId

      public void setId(Long id)
    • setObjectId

      public void setObjectId(Long objectId)
    • setDateFrom

      public void setDateFrom(Date dateFrom)
    • setDateTo

      public void setDateTo(Date dateTo)
    • setPrice

      public void setPrice(BigDecimal price)
    • setDomainId

      public void setDomainId(Integer domainId)
    • setReservationObjectForPrice

      public void setReservationObjectForPrice(ReservationObjectEntity reservationObjectForPrice)