Class Banners
java.lang.Object
com.maplander.backend.model.b.Banners
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoublegetHigh()getImage()intgetLogo()getPhone()intdoublegetPrice()intintgetTotal()doublegetWidth()voidsetBannerId(Long bannerId) voidsetCompany(String company) voidsetHigh(double high) voidvoidsetImageType(int imageType) voidvoidsetOffering(OfferingTypeEnum offering) voidvoidsetPhoneType(int phoneType) voidsetPrice(double price) voidsetPrinted(int printed) voidsetPropertyId(Long propertyId) voidsetTotal(int total) voidsetUrlProperty(String urlProperty) voidsetWidth(double width) toString()
-
Constructor Details
-
Banners
public Banners() -
Banners
-
-
Method Details
-
getBannerId
-
setBannerId
-
getPropertyId
-
setPropertyId
-
getTotal
public int getTotal() -
setTotal
public void setTotal(int total) -
getPrice
public double getPrice() -
setPrice
public void setPrice(double price) -
getImage
-
setImage
-
getWidth
public double getWidth() -
setWidth
public void setWidth(double width) -
getHigh
public double getHigh() -
setHigh
public void setHigh(double high) -
getPrinted
public int getPrinted() -
setPrinted
public void setPrinted(int printed) -
getPhone
-
setPhone
-
getPhoneType
public int getPhoneType() -
setPhoneType
public void setPhoneType(int phoneType) -
getLogo
-
setLogo
-
getCompany
-
setCompany
-
getUrlProperty
-
setUrlProperty
-
getImageType
public int getImageType() -
setImageType
public void setImageType(int imageType) -
getOffering
-
setOffering
-
toString
-