@Entity public class SystemPropertyImpl extends Object implements SystemProperty, AdminMainEntity
| Modifier and Type | Field and Description |
|---|---|
protected String |
friendlyGroup |
protected String |
friendlyName |
protected String |
friendlyTab |
protected Long |
id |
protected String |
name |
protected String |
propertyType |
protected String |
value |
MAIN_ENTITY_NAME_PROPERTY| Constructor and Description |
|---|
SystemPropertyImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFriendlyGroup() |
String |
getFriendlyName() |
String |
getFriendlyTab() |
Long |
getId()
Unique id of the DB record
|
String |
getMainEntityName() |
String |
getName()
The name of the property as it exists in property files (for example googleAnalytics.webPropertyId)
|
SystemPropertyFieldType |
getPropertyType()
Returns the property field type.
|
String |
getValue()
Returns the property value.
|
void |
setFriendlyGroup(String friendlyGroup)
Sets the friendly group name of this property
|
void |
setFriendlyName(String friendlyName)
Sets the friendly name of this property
|
void |
setFriendlyTab(String friendlyTab)
Sets the friendly tab of this property
|
void |
setId(Long id)
Sets the id of the DB record
|
void |
setName(String name)
Sets the property name.
|
void |
setPropertyType(SystemPropertyFieldType propertyType)
Sets the property field type.
|
void |
setValue(String value)
Sets the property value.
|
protected Long id
protected String name
protected String value
protected String propertyType
protected String friendlyName
protected String friendlyGroup
protected String friendlyTab
public Long getId()
SystemPropertygetId in interface SystemPropertypublic void setId(Long id)
SystemPropertysetId in interface SystemPropertypublic String getName()
SystemPropertygetName in interface SystemPropertypublic void setName(String name)
SystemPropertysetName in interface SystemPropertypublic String getValue()
SystemPropertygetValue in interface SystemPropertypublic void setValue(String value)
SystemPropertysetValue in interface SystemPropertypublic String getFriendlyName()
getFriendlyName in interface SystemPropertypublic void setFriendlyName(String friendlyName)
SystemPropertysetFriendlyName in interface SystemPropertypublic String getFriendlyGroup()
getFriendlyGroup in interface SystemPropertypublic void setFriendlyGroup(String friendlyGroup)
SystemPropertysetFriendlyGroup in interface SystemPropertypublic String getFriendlyTab()
getFriendlyTab in interface SystemPropertypublic void setFriendlyTab(String friendlyTab)
SystemPropertysetFriendlyTab in interface SystemPropertypublic SystemPropertyFieldType getPropertyType()
SystemPropertygetPropertyType in interface SystemPropertypublic void setPropertyType(SystemPropertyFieldType propertyType)
SystemPropertysetPropertyType in interface SystemPropertypublic String getMainEntityName()
getMainEntityName in interface AdminMainEntityCopyright © 2014. All rights reserved.