public class ConfigInfo extends Object implements Serializable
| Constructor and Description |
|---|
ConfigInfo() |
| Modifier and Type | Method and Description |
|---|---|
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) |
public int getId()
public void setId(int id)
public String getGroupId()
public void setGroupId(String groupId)
public String getPropertyKey()
public void setPropertyKey(String propertyKey)
public String getPropertyValue()
public void setPropertyValue(String propertyValue)
public String getInUse()
public void setInUse(String inUse)
public String getRemark()
public void setRemark(String remark)
Copyright © 2016. All rights reserved.