@Entity public class ConfigParam extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected Long |
versionNumber |
Constructor and Description |
---|
ConfigParam() |
Modifier and Type | Method and Description |
---|---|
Long |
getConfigParamId() |
String |
getName() |
String |
getValue() |
Long |
getVersionNumber() |
void |
setConfigParamId(Long configParamId) |
void |
setName(String name) |
void |
setValue(String value) |
void |
setVersionNumber(Long versionNumber) |
String |
toJson() |
protected Long versionNumber
public ConfigParam()
public Long getConfigParamId()
public void setConfigParamId(Long configParamId)
public Long getVersionNumber()
public void setVersionNumber(Long versionNumber)
Copyright © 2011-2013 The Kuali Foundation. All Rights Reserved.