类 EbExpress

java.lang.Object
com.walker.jdbc.BasePo<EbExpress>
com.ishop.model.po.EbExpress
所有已实现的接口:
Serializable, Cloneable
直接已知子类:
EbExpress_mapper

public class EbExpress extends com.walker.jdbc.BasePo<EbExpress>
表名:EB_EXPRESS *
作者:
genrator
另请参阅:
  • 字段详细资料

    • isset_id

      protected boolean isset_id
    • isset_code

      protected boolean isset_code
    • isset_name

      protected boolean isset_name
    • isset_partnerId

      protected boolean isset_partnerId
    • isset_partnerKey

      protected boolean isset_partnerKey
    • isset_net

      protected boolean isset_net
    • isset_account

      protected boolean isset_account
    • isset_password

      protected boolean isset_password
    • isset_netName

      protected boolean isset_netName
    • isset_sort

      protected boolean isset_sort
    • isset_isShow

      protected boolean isset_isShow
    • isset_status

      protected boolean isset_status
  • 构造器详细资料

    • EbExpress

      public EbExpress()
      默认构造函数
    • EbExpress

      public EbExpress(Integer id)
      根据主键构造对象
  • 方法详细资料

    • setPkValue

      public void setPkValue(Object value)
      设置主键值
      指定者:
      setPkValue 在类中 com.walker.jdbc.BasePo<EbExpress>
    • getId

      public Integer getId()
    • setId

      public void setId(Integer id)
    • isEmptyId

      public boolean isEmptyId()
    • getCode

      public String getCode()
    • setCode

      public void setCode(String code)
    • isEmptyCode

      public boolean isEmptyCode()
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • isEmptyName

      public boolean isEmptyName()
    • getPartnerId

      public Integer getPartnerId()
    • setPartnerId

      public void setPartnerId(Integer partnerId)
    • isEmptyPartnerId

      public boolean isEmptyPartnerId()
    • getPartnerKey

      public Integer getPartnerKey()
    • setPartnerKey

      public void setPartnerKey(Integer partnerKey)
    • isEmptyPartnerKey

      public boolean isEmptyPartnerKey()
    • getNet

      public Integer getNet()
    • setNet

      public void setNet(Integer net)
    • isEmptyNet

      public boolean isEmptyNet()
    • getAccount

      public String getAccount()
    • setAccount

      public void setAccount(String account)
    • isEmptyAccount

      public boolean isEmptyAccount()
    • getPassword

      public String getPassword()
    • setPassword

      public void setPassword(String password)
    • isEmptyPassword

      public boolean isEmptyPassword()
    • getNetName

      public String getNetName()
    • setNetName

      public void setNetName(String netName)
    • isEmptyNetName

      public boolean isEmptyNetName()
    • getSort

      public Integer getSort()
    • setSort

      public void setSort(Integer sort)
    • isEmptySort

      public boolean isEmptySort()
    • getIsShow

      public Integer getIsShow()
    • setIsShow

      public void setIsShow(Integer isShow)
    • isEmptyIsShow

      public boolean isEmptyIsShow()
    • getStatus

      public Integer getStatus()
    • setStatus

      public void setStatus(Integer status)
    • isEmptyStatus

      public boolean isEmptyStatus()
    • toString

      public String toString()
      重写 toString() 方法
      覆盖:
      toString 在类中 Object
    • $clone

      public EbExpress $clone()
      克隆