com.xunlei.channel.db.pojo
类 Partner
java.lang.Object
com.xunlei.channel.db.pojo.AbstractBaseEntity
com.xunlei.channel.db.pojo.Partner
- 所有已实现的接口:
- Serializable
public class Partner
- extends AbstractBaseEntity
商户信息,一个商户有多个业务方
- 作者:
- gonglijian
- 另请参见:
- 序列化表格
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Partner
public Partner()
getName
public String getName()
- 返回:
- the name
setName
public void setName(String name)
- 参数:
name - the name to set
getStatus
public String getStatus()
- 返回:
- the status
setStatus
public void setStatus(String status)
- 参数:
status - the status to set
Copyright © 2016. All rights reserved.