@Entity public class SystemPropertyImpl extends Object implements SystemProperty
| Modifier and Type | Field and Description |
|---|---|
protected Long |
id |
protected String |
name |
protected String |
value |
| Constructor and Description |
|---|
SystemPropertyImpl() |
public Long getId()
getId in interface SystemPropertypublic void setId(Long id)
setId in interface SystemPropertypublic String getName()
getName in interface SystemPropertypublic void setName(String name)
setName in interface SystemPropertypublic String getValue()
getValue in interface SystemPropertypublic void setValue(String value)
setValue in interface SystemPropertyCopyright © 2013. All rights reserved.