@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 SystemProperty
public void setId(Long id)
setId
in interface SystemProperty
public String getName()
getName
in interface SystemProperty
public void setName(String name)
setName
in interface SystemProperty
public String getValue()
getValue
in interface SystemProperty
public void setValue(String value)
setValue
in interface SystemProperty
Copyright © 2014. All rights reserved.