public class GeneralConfigPrefsItem extends java.lang.Object implements PreferencesItem
Constructor and Description |
---|
GeneralConfigPrefsItem() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAdminPIN()
Gets the admin pin.
|
javax.swing.JPanel |
getConfigurationPanel()
Gets the configuration panel.
|
java.lang.String |
getConfigurationPanelName()
Gets the configuration panel name.
|
java.lang.String |
getContentFolder()
Gets the content folder.
|
boolean |
getLocationsEnabled()
Gets the locations enabled.
|
int |
getMaxRecordingTime()
Gets the max recording time.
|
boolean |
getMetricsEnabled()
Gets the metrics enabled.
|
java.lang.String |
getMetricsFolder()
Gets the metrics folder.
|
boolean |
getUserRecordingsEnabled()
Gets the user recordings enabled.
|
void |
setAdminPIN(java.lang.String s)
Sets the admin pin.
|
void |
setContentFolder(java.lang.String s)
Sets the content folder.
|
void |
setLocationsEnabled(boolean b)
Sets the locations enabled.
|
void |
setMaxRecordingTime(int i)
Sets the max recording time.
|
void |
setMetricsEnabled(boolean b)
Sets the metrics enabled.
|
void |
setMetricsFolder(java.lang.String s)
Sets the metrics folder.
|
void |
setUserRecordingsEnabled(boolean b)
Sets the user recordings enabled.
|
public java.lang.String getAdminPIN()
public javax.swing.JPanel getConfigurationPanel()
PreferencesItem
getConfigurationPanel
in interface PreferencesItem
public java.lang.String getConfigurationPanelName()
PreferencesItem
getConfigurationPanelName
in interface PreferencesItem
public java.lang.String getContentFolder()
public boolean getLocationsEnabled()
public int getMaxRecordingTime()
public boolean getMetricsEnabled()
public java.lang.String getMetricsFolder()
public boolean getUserRecordingsEnabled()
public void setAdminPIN(java.lang.String s)
s
- the new admin pinpublic void setContentFolder(java.lang.String s)
s
- the new content folderpublic void setLocationsEnabled(boolean b)
b
- the new locations enabledpublic void setMaxRecordingTime(int i)
i
- the new max recording timepublic void setMetricsEnabled(boolean b)
b
- the new metrics enabledpublic void setMetricsFolder(java.lang.String s)
s
- the new metrics folderpublic void setUserRecordingsEnabled(boolean b)
b
- the new user recordings enabled