org.apertereports.model
Class ConfigurationEntry
java.lang.Object
org.apertereports.model.ConfigurationEntry
- All Implemented Interfaces:
- java.io.Serializable
@Entity
public class ConfigurationEntry
- extends java.lang.Object
- implements java.io.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 java.lang.Integer getId()
setId
public void setId(java.lang.Integer id)
getDescription
public java.lang.String getDescription()
setDescription
public void setDescription(java.lang.String description)
getKey
public java.lang.String getKey()
setKey
public void setKey(java.lang.String key)
getValue
public java.lang.String getValue()
setValue
public void setValue(java.lang.String value)
Copyright © 2011-2012. All Rights Reserved.