|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.partnersoft.preferences.model.UserSubsystemPreferences
public class UserSubsystemPreferences
Full preferences stored for a user. This includes, for each subsystem, a named preset selection (or "Custom"), and custom settings.
Copyright 2010 Partner Software, Inc.
| Constructor Summary | |
|---|---|
UserSubsystemPreferences()
|
|
UserSubsystemPreferences(Cog state)
|
|
UserSubsystemPreferences(java.lang.String presetName,
SubsystemPreferences custom)
|
|
| Method Summary | |
|---|---|
SubsystemPreferences |
getCustom()
Custom settings. |
java.lang.String |
getPreset()
Name of preset settings to use. |
void |
setCustom(SubsystemPreferences custom)
|
void |
setPreset(java.lang.String preset)
|
Cog |
toCog()
Returns the complete internal state of this object in the form of a Cog. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UserSubsystemPreferences()
public UserSubsystemPreferences(java.lang.String presetName,
SubsystemPreferences custom)
public UserSubsystemPreferences(Cog state)
| Method Detail |
|---|
public Cog toCog()
CoggableCog.
toCog in interface Coggablepublic java.lang.String getPreset()
public void setPreset(java.lang.String preset)
public SubsystemPreferences getCustom()
public void setCustom(SubsystemPreferences custom)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||