@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()
SystemProperty
getId
in interface SystemProperty
public void setId(Long id)
SystemProperty
setId
in interface SystemProperty
public String getName()
SystemProperty
getName
in interface SystemProperty
public void setName(String name)
SystemProperty
setName
in interface SystemProperty
public String getValue()
SystemProperty
getValue
in interface SystemProperty
public void setValue(String value)
SystemProperty
setValue
in interface SystemProperty
public String getFriendlyName()
getFriendlyName
in interface SystemProperty
public void setFriendlyName(String friendlyName)
SystemProperty
setFriendlyName
in interface SystemProperty
public String getFriendlyGroup()
getFriendlyGroup
in interface SystemProperty
public void setFriendlyGroup(String friendlyGroup)
SystemProperty
setFriendlyGroup
in interface SystemProperty
public String getFriendlyTab()
getFriendlyTab
in interface SystemProperty
public void setFriendlyTab(String friendlyTab)
SystemProperty
setFriendlyTab
in interface SystemProperty
public SystemPropertyFieldType getPropertyType()
SystemProperty
getPropertyType
in interface SystemProperty
public void setPropertyType(SystemPropertyFieldType propertyType)
SystemProperty
setPropertyType
in interface SystemProperty
public String getMainEntityName()
getMainEntityName
in interface AdminMainEntity
Copyright © 2014. All rights reserved.