com.xunlei.channel.db.pojo
类 ConfigInfo
java.lang.Object
com.xunlei.channel.db.pojo.ConfigInfo
- 所有已实现的接口:
- Serializable
public class ConfigInfo
- extends Object
- implements Serializable
信息配置表
- 作者:
- lishaojun
- 另请参见:
- 序列化表格
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConfigInfo
public ConfigInfo()
getId
public int getId()
setId
public void setId(int id)
getGroupId
public String getGroupId()
setGroupId
public void setGroupId(String groupId)
getPropertyKey
public String getPropertyKey()
setPropertyKey
public void setPropertyKey(String propertyKey)
getPropertyValue
public String getPropertyValue()
setPropertyValue
public void setPropertyValue(String propertyValue)
getInUse
public String getInUse()
setInUse
public void setInUse(String inUse)
getRemark
public String getRemark()
setRemark
public void setRemark(String remark)
Copyright © 2016. All rights reserved.