类 MerchantParam

java.lang.Object
com.walker.web.param.ParamRequest
com.ishop.merchant.pojo.MerchantParam

public class MerchantParam extends com.walker.web.param.ParamRequest
商户查询条件。
作者:
时克英
  • 构造器详细资料

    • MerchantParam

      public MerchantParam()
  • 方法详细资料

    • toString

      public String toString()
      覆盖:
      toString 在类中 Object
    • getCategoryId

      public Integer getCategoryId()
    • setCategoryId

      public void setCategoryId(Integer categoryId)
    • getTypeId

      public Integer getTypeId()
    • setTypeId

      public void setTypeId(Integer typeId)
    • getPhone

      public String getPhone()
    • setPhone

      public void setPhone(String phone)
    • getKeywords

      public String getKeywords()
    • setKeywords

      public void setKeywords(String keywords)
    • getIsSelf

      public Boolean getIsSelf()
    • setIsSelf

      public void setIsSelf(Boolean self)
    • getIsSwitch

      public Boolean getIsSwitch()
    • setIsSwitch

      public void setIsSwitch(Boolean aSwitch)
    • getDateLimit

      public String getDateLimit()
    • setDateLimit

      public void setDateLimit(String dateLimit)