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
- 另请参见:
- 序列化表格
| 从类 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.