public class CostsForParkingAreasEntry extends Object
| Constructor and Description |
|---|
CostsForParkingAreasEntry() |
CostsForParkingAreasEntry(Long parkingAreaId,
Integer costs) |
CostsForParkingAreasEntry(Long parkingAreaId,
Integer costs,
Currency currency) |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getCosts() |
Currency |
getCurrency() |
Long |
getParkingAreaId() |
void |
setCosts(Integer costs) |
void |
setCurrency(Currency currency) |
void |
setParkingAreaId(Long parkingAreaId) |
String |
toString() |
public Long getParkingAreaId()
public void setParkingAreaId(Long parkingAreaId)
public Integer getCosts()
public void setCosts(Integer costs)
public Currency getCurrency()
public void setCurrency(Currency currency)
Copyright © 2019. All rights reserved.