Class Pool
java.lang.Object
com.maplander.backend.model.pool.Pool
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoublegetId()getItemPropertyLite(int position) intList<com.utils.geo.GeoPt> getType()voidremoveItemPropertyLite(int position) voidsetAccountId(String accountId) voidsetAddress(Address address) voidsetAdSetId(Long adSetId) voidsetCampaignId(Long campaignId) voidsetCollectedPrice(double collectedPrice) voidsetCreatePool(Long createPool) voidsetEndPool(Long endPool) voidvoidsetInitPool(Long initPool) voidsetItemPropertyLite(PropertyLite propertyLite) voidsetListImage(List<FileCS> listImage) voidsetMinAds(int minAds) voidsetNamePool(String namePool) voidsetOfferingType(OfferingTypeEnum offeringType) voidsetOfficeId(Long officeId) voidsetPolygon(List<com.utils.geo.GeoPt> polygon) voidsetPriceAll(Double priceAll) voidsetPriceDay(Double priceDay) voidsetPriceUnit(Double priceUnit) voidsetPropertyLite(List<PropertyLite> propertyLite) voidsetStatusPool(StatusPoolEnum statusPool) voidsetType(PropertyTypeEnum type) void
-
Constructor Details
-
Pool
public Pool()
-
-
Method Details
-
getId
-
setId
-
getAdSetId
-
setAdSetId
-
getCampaignId
-
setCampaignId
-
getAccountId
-
setAccountId
-
getNamePool
-
setNamePool
-
getAddress
-
setAddress
-
getPropertyLite
-
setPropertyLite
-
getItemPropertyLite
-
setItemPropertyLite
-
getInitPool
-
setInitPool
-
getEndPool
-
setEndPool
-
getCreatePool
-
setCreatePool
-
getStatusPool
-
setStatusPool
-
getOfficeId
-
setOfficeId
-
getUserId
-
setUserId
-
removeItemPropertyLite
public void removeItemPropertyLite(int position) -
getListImage
-
setListImage
-
getPriceAll
-
setPriceAll
-
getPriceUnit
-
setPriceUnit
-
getPriceDay
-
setPriceDay
-
getMinAds
public int getMinAds() -
setMinAds
public void setMinAds(int minAds) -
getCollectedPrice
public double getCollectedPrice() -
setCollectedPrice
public void setCollectedPrice(double collectedPrice) -
getType
-
setType
-
getOfferingType
-
setOfferingType
-
getPolygon
-
setPolygon
-