com.xunlei.channel.db.pojo
类 Product

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

public class Product
extends AbstractBaseEntity

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

字段摘要
 
从类 com.xunlei.channel.db.pojo.AbstractBaseEntity 继承的字段
createTime, id, updateTime
 
构造方法摘要
Product()
           
 
方法摘要
 String getName()
           
 String getStatus()
           
 void setName(String name)
           
 void setStatus(String status)
           
 
从类 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
 

构造方法详细信息

Product

public Product()
方法详细信息

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.