|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.partnersoft.preferences.model.AbstractSubsystemPreferences
public abstract class AbstractSubsystemPreferences
Starter implementation for the SubsystemPreferences interface.
Copyright 2010 Partner Software, Inc.
| Constructor Summary | |
|---|---|
AbstractSubsystemPreferences()
|
|
AbstractSubsystemPreferences(Cog state)
Coggable constructor. |
|
| Method Summary | |
|---|---|
java.lang.String |
getName()
This is the name of the preferences object, used when storing or referring to it as a preset default. |
void |
setName(java.lang.String name)
|
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 AbstractSubsystemPreferences()
public AbstractSubsystemPreferences(Cog state)
| Method Detail |
|---|
public Cog toCog()
CoggableCog.
toCog in interface Coggablepublic java.lang.String getName()
SubsystemPreferences
getName in interface SubsystemPreferencespublic void setName(java.lang.String name)
setName in interface SubsystemPreferences
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||