Class BannerQR

java.lang.Object
com.maplander.backend.model.b.BannerQR

public class BannerQR extends Object
  • Constructor Details

    • BannerQR

      public BannerQR()
  • Method Details

    • getId

      public Long getId()
    • setId

      public void setId(Long id)
    • getShortId

      public Long getShortId()
    • setShortId

      public void setShortId(Long shortId)
    • getOfficeId

      public Long getOfficeId()
    • setOfficeId

      public void setOfficeId(Long officeId)
    • getPropertyId

      public Long getPropertyId()
    • setPropertyId

      public void setPropertyId(Long propertyId)
    • getSku

      public String getSku()
    • setSku

      public void setSku(String sku)
    • getDesign

      public int getDesign()
    • setDesign

      public void setDesign(int design)
    • getColor

      public String getColor()
    • setColor

      public void setColor(String color)
    • getOfferingType

      public OfferingTypeEnum getOfferingType()
    • setOfferingType

      public void setOfferingType(OfferingTypeEnum offeringType)
    • getPhone

      public String getPhone()
    • setPhone

      public void setPhone(String phone)
    • getPhoneType

      public int getPhoneType()
    • setPhoneType

      public void setPhoneType(int phoneType)
    • getOrderBannerId

      public Long getOrderBannerId()
    • setOrderBannerId

      public void setOrderBannerId(Long orderBannerId)
    • getImage

      public String getImage()
    • setImage

      public void setImage(String image)