@Entity public class SystemParameter extends Object
Constructor and Description |
---|
SystemParameter() |
SystemParameter(Category category,
ParameterType type,
String key) |
Modifier and Type | Method and Description |
---|---|
Category |
getCategory() |
List<ComboValue> |
getComboValues() |
Long |
getId() |
String |
getKey() |
ParameterType |
getParameterType() |
Object |
getValue() |
Boolean |
getValueBool() |
Date |
getValueDate() |
Double |
getValueDouble() |
Long |
getValueLong() |
String |
getValueString() |
Boolean |
isNull() |
boolean |
isRemovable() |
void |
setCategory(Category category) |
void |
setComboValues(List<ComboValue> values) |
void |
setId(Long id) |
void |
setKey(String key) |
void |
setParameterType(ParameterType parameterType) |
void |
setRemovable(boolean removable) |
void |
setValue(Object value) |
void |
setValueBool(Boolean valueBool) |
void |
setValueDate(Date valueDate) |
void |
setValueDouble(Double valueDouble) |
void |
setValueLong(Long valueLong) |
void |
setValueString(String valueString) |
public SystemParameter()
public SystemParameter(Category category, ParameterType type, String key)
public void setValue(Object value) throws RuntimeException
RuntimeException
public Object getValue()
public Long getId()
public void setId(Long id)
public Category getCategory()
public void setCategory(Category category)
public ParameterType getParameterType()
public void setParameterType(ParameterType parameterType)
public String getValueString()
public void setValueString(String valueString)
public Long getValueLong()
public void setValueLong(Long valueLong)
public List<ComboValue> getComboValues()
public void setComboValues(List<ComboValue> values)
public Boolean getValueBool()
public void setValueBool(Boolean valueBool)
public Date getValueDate()
public void setValueDate(Date valueDate)
public Double getValueDouble()
public void setValueDouble(Double valueDouble)
public String getKey()
public void setKey(String key)
public boolean isRemovable()
public void setRemovable(boolean removable)
public Boolean isNull()
Copyright © 2017 Suncode. All rights reserved.