org.broadleafcommerce.common.config.domain
Class SystemPropertyImpl
java.lang.Object
org.broadleafcommerce.common.config.domain.SystemPropertyImpl
- All Implemented Interfaces:
- Serializable, SystemProperty
@Entity
public class SystemPropertyImpl
- extends Object
- implements SystemProperty
Allows the storage and retrieval of System Properties in the database
User: Kelly Tisdell
Date: 6/20/12
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
id
protected Long id
name
protected String name
value
protected String value
SystemPropertyImpl
public SystemPropertyImpl()
getId
public Long getId()
- Specified by:
getId in interface SystemProperty
setId
public void setId(Long id)
- Specified by:
setId in interface SystemProperty
getName
public String getName()
- Specified by:
getName in interface SystemProperty
setName
public void setName(String name)
- Specified by:
setName in interface SystemProperty
getValue
public String getValue()
- Specified by:
getValue in interface SystemProperty
setValue
public void setValue(String value)
- Specified by:
setValue in interface SystemProperty
Copyright © 2012. All Rights Reserved.