org.broadleafcommerce.common.config.domain
Class SystemPropertyImpl

java.lang.Object
  extended by 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

Field Summary
protected  Long id
           
protected  String name
           
protected  String value
           
 
Constructor Summary
SystemPropertyImpl()
           
 
Method Summary
 Long getId()
           
 String getName()
           
 String getValue()
           
 void setId(Long id)
           
 void setName(String name)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected Long id

name

protected String name

value

protected String value
Constructor Detail

SystemPropertyImpl

public SystemPropertyImpl()
Method Detail

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.