org.apertereports.model
Class ConfigurationEntry
java.lang.Object
org.apertereports.model.ConfigurationEntry
- All Implemented Interfaces:
- Serializable
@Entity
public class ConfigurationEntry
- extends Object
- implements Serializable
Represents a configuration entry. The data should be kept in ar_configuration table in public schema.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConfigurationEntry
public ConfigurationEntry()
getId
public Integer getId()
setId
public void setId(Integer id)
getDescription
public String getDescription()
setDescription
public void setDescription(String description)
getKey
public String getKey()
setKey
public void setKey(String key)
getValue
public String getValue()
setValue
public void setValue(String value)
Copyright © 2011-2012. All Rights Reserved.