com.xunlei.channel.db.pojo
类 ConfigInfo

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

public class ConfigInfo
extends Object
implements Serializable

信息配置表

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

构造方法摘要
ConfigInfo()
           
 
方法摘要
 String getGroupId()
           
 int getId()
           
 String getInUse()
           
 String getPropertyKey()
           
 String getPropertyValue()
           
 String getRemark()
           
 void setGroupId(String groupId)
           
 void setId(int id)
           
 void setInUse(String inUse)
           
 void setPropertyKey(String propertyKey)
           
 void setPropertyValue(String propertyValue)
           
 void setRemark(String remark)
           
 
从类 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.