@Entity public class SystemParameter extends Object
Constructor and Description |
---|
SystemParameter() |
SystemParameter(Category category,
ParameterType type,
String key) |
Modifier and Type | Method and Description |
---|---|
Object |
getValue() |
Boolean |
isNull() |
void |
setValue(Object value) |
public SystemParameter()
public SystemParameter(Category category, ParameterType type, String key)
public void setValue(Object value) throws RuntimeException
RuntimeException
public Object getValue()
public Boolean isNull()
Copyright © 2019 Suncode. All rights reserved.