Class Banners
java.lang.Object
com.maplander.backend.model.b.Banners
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondouble
getHigh()
getImage()
int
getLogo()
getPhone()
int
double
getPrice()
int
int
getTotal()
double
getWidth()
void
setBannerId
(Long bannerId) void
setCompany
(String company) void
setHigh
(double high) void
void
setImageType
(int imageType) void
void
setOffering
(OfferingTypeEnum offering) void
void
setPhoneType
(int phoneType) void
setPrice
(double price) void
setPrinted
(int printed) void
setPropertyId
(Long propertyId) void
setTotal
(int total) void
setUrlProperty
(String urlProperty) void
setWidth
(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
-