org.apertereports.model
Class ConfigurationEntry

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

Constructor Summary
ConfigurationEntry()
           
 
Method Summary
 java.lang.String getDescription()
           
 java.lang.Integer getId()
           
 java.lang.String getKey()
           
 java.lang.String getValue()
           
 void setDescription(java.lang.String description)
           
 void setId(java.lang.Integer id)
           
 void setKey(java.lang.String key)
           
 void setValue(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigurationEntry

public ConfigurationEntry()
Method Detail

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.