com.xunlei.channel.db.pojo
类 Biz

java.lang.Object
  继承者 com.xunlei.channel.db.pojo.AbstractBaseEntity
      继承者 com.xunlei.channel.db.pojo.Biz
所有已实现的接口:
Serializable

public class Biz
extends AbstractBaseEntity

业务方信息

作者:
gonglijian
另请参见:
序列化表格

字段摘要
 
从类 com.xunlei.channel.db.pojo.AbstractBaseEntity 继承的字段
createTime, id, updateTime
 
构造方法摘要
Biz()
           
 
方法摘要
 String getBizKey()
           
 String getBizName()
           
 String getBizNo()
           
 String getBizStatus()
           
 String getContactName()
           
 String getContactPhone()
           
 Long getPartnerId()
           
 void setBizKey(String bizKey)
           
 void setBizName(String bizName)
           
 void setBizNo(String bizNo)
           
 void setBizStatus(String bizStatus)
           
 void setContactName(String contactName)
           
 void setContactPhone(String contactPhone)
           
 void setPartnerId(Long partnerId)
           
 
从类 com.xunlei.channel.db.pojo.AbstractBaseEntity 继承的方法
getCreateTime, getId, getRemark, getUpdateTime, isNew, setId, setRemark
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

Biz

public Biz()
方法详细信息

getBizNo

public String getBizNo()
返回:
the bizNo

setBizNo

public void setBizNo(String bizNo)
参数:
bizNo - the bizNo to set

getBizKey

public String getBizKey()
返回:
the bizKey

setBizKey

public void setBizKey(String bizKey)
参数:
bizKey - the bizKey to set

getBizName

public String getBizName()
返回:
the bizName

setBizName

public void setBizName(String bizName)
参数:
bizName - the bizName to set

getContactName

public String getContactName()
返回:
the contactName

setContactName

public void setContactName(String contactName)
参数:
contactName - the contactName to set

getContactPhone

public String getContactPhone()
返回:
the contactPhone

setContactPhone

public void setContactPhone(String contactPhone)
参数:
contactPhone - the contactPhone to set

getBizStatus

public String getBizStatus()
返回:
the bizStatus

setBizStatus

public void setBizStatus(String bizStatus)
参数:
bizStatus - the bizStatus to set

getPartnerId

public Long getPartnerId()
返回:
the partnerId

setPartnerId

public void setPartnerId(Long partnerId)
参数:
partnerId - the partnerId to set


Copyright © 2016. All rights reserved.