com.pmease.quickbuild.model
Class Setting

java.lang.Object
  extended by com.pmease.quickbuild.model.AbstractEntity
      extended by com.pmease.quickbuild.model.Setting
All Implemented Interfaces:
java.io.Serializable

@Entity
public class Setting
extends AbstractEntity

This entity stores object in serialized form, with one entity representing one object.

See Also:
Serialized Form

Field Summary
static java.lang.Long ALERT_SETTING_ID
           
static java.lang.Long AUTOBACKUP_SETTING_ID
           
static java.lang.Long DATA_VERSION_ID
           
static java.lang.Long EMAIL_SETTING_ID
           
static java.lang.Long LICENSE_KEY_ID
           
static java.lang.Long SECURITY_SETTING_ID
           
static java.lang.Long SYSTEM_SETTING_ID
           
 
Constructor Summary
Setting()
           
 
Method Summary
 java.io.Serializable getObject()
           
 void setObject(java.io.Serializable object)
           
 
Methods inherited from class com.pmease.quickbuild.model.AbstractEntity
equals, getId, hashCode, isNew, setId
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DATA_VERSION_ID

public static final java.lang.Long DATA_VERSION_ID

LICENSE_KEY_ID

public static final java.lang.Long LICENSE_KEY_ID

SYSTEM_SETTING_ID

public static final java.lang.Long SYSTEM_SETTING_ID

EMAIL_SETTING_ID

public static final java.lang.Long EMAIL_SETTING_ID

SECURITY_SETTING_ID

public static final java.lang.Long SECURITY_SETTING_ID

AUTOBACKUP_SETTING_ID

public static final java.lang.Long AUTOBACKUP_SETTING_ID

ALERT_SETTING_ID

public static final java.lang.Long ALERT_SETTING_ID
Constructor Detail

Setting

public Setting()
Method Detail

getObject

public java.io.Serializable getObject()

setObject

public void setObject(java.io.Serializable object)


Copyright © 2005-2010 PMEase Inc. All Rights Reserved.