wt.preference
Class PreferenceInstance

java.lang.Object
  extended by wt.fc.WTObject
      extended by wt.preference.PreferenceInstance
All Implemented Interfaces:
Externalizable, Serializable, NetFactor, ObjectMappable, Persistable, DisplayIdentification

public final class PreferenceInstance
extends WTObject
implements Externalizable

Use the newPreferenceInstance static factory method(s), not the PreferenceInstance constructor, to construct instances of this class. Instances must be constructed using the static factory(s), in order to ensure proper initialization of the instance.



Supported API: true

Extendable: false

See Also:
Serialized Form

Field Summary
static int ORG_INSTANCE
          

Supported API: true
static int SITE_INSTANCE
          

Supported API: true
static int USER_INSTANCE
          

Supported API: true
 
Method Summary
 
Methods inherited from class wt.fc.WTObject
getDisplayIdentifier, getDisplayIdentity, getDisplayType
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

SITE_INSTANCE

public static final int SITE_INSTANCE


Supported API: true

See Also:
Constant Field Values

ORG_INSTANCE

public static final int ORG_INSTANCE


Supported API: true

See Also:
Constant Field Values

USER_INSTANCE

public static final int USER_INSTANCE


Supported API: true

See Also:
Constant Field Values