public abstract class AbstractSubsystemPreferences extends java.lang.Object implements SubsystemPreferences
Copyright 2010 Partner Software, Inc.
| Constructor and Description |
|---|
AbstractSubsystemPreferences() |
AbstractSubsystemPreferences(Cog state)
Coggable constructor.
|
| Modifier and Type | Method and Description |
|---|---|
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. |
public AbstractSubsystemPreferences()
public AbstractSubsystemPreferences(Cog state)
public Cog toCog()
CoggableCog.public java.lang.String getName()
SubsystemPreferencesgetName in interface SubsystemPreferencespublic void setName(java.lang.String name)
setName in interface SubsystemPreferences