Class RentalEntry
java.lang.Object
ru.bitel.common.model.Id
ru.bitel.bgbilling.plugins.shop.common.bean.RentalEntry
- All Implemented Interfaces:
Serializable,Idable
Любая единица со склада закреплённая за договором
- See Also:
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintvoidsetContractId(int contractId) voidsetDateFrom(Date dateFrom) voidvoidsetStockItem(StockItem stockItem) voidsetUserId(int userId)
-
Constructor Details
-
RentalEntry
public RentalEntry()
-
-
Method Details
-
getContractId
public int getContractId() -
setContractId
public void setContractId(int contractId) -
getUserId
public int getUserId() -
setUserId
public void setUserId(int userId) -
getStockItem
-
setStockItem
-
getDateFrom
-
setDateFrom
-
getDateTo
-
setDateTo
-