1 | public static final class OyoahaPreferences implements IHasIdentifier↵ | | 1 | public static final class SkinPreferences implements IHasIdentifier↵
|
2 | {↵ | | 2 | {↵
|
3 | private String _themePackDir;↵ | | 3 | private String _themePackDir;↵
|
4 | private String _themePackName;↵ | | 4 | private String _themePackName;↵
|
5 | private IntegerIdentifier _id = new IntegerIdentifier(1);↵ | | 5 | private IntegerIdentifier _id = new IntegerIdentifier(1);↵
|
|
6 | public String getThemePackDirectory()↵ | | 6 | public String getThemePackDirectory()↵
|
7 | {↵ | | 7 | {↵
|
8 | return _themePackDir;↵ | | 8 | return _themePackDir;↵
|
9 | }↵ | | 9 | }↵
|
|
10 | public void setThemePackDirectory(String value)↵ | | 10 | public void setThemePackDirectory(String value)↵
|
11 | {↵ | | 11 | {↵
|
12 | _themePackDir = value;↵ | | 12 | _themePackDir = value;↵
|
13 | }↵ | | 13 | }↵
|
|
14 | public String getThemePackName()↵ | | 14 | public String getThemePackName()↵
|
15 | {↵ | | 15 | {↵
|
16 | return _themePackName;↵ | | 16 | return _themePackName;↵
|
17 | }↵ | | 17 | }↵
|
|
18 | public void setThemePackName(String value)↵ | | 18 | public void setThemePackName(String value)↵
|
19 | {↵ | | 19 | {↵
|
20 | _themePackName = value;↵ | | 20 | _themePackName = value;↵
|
21 | }↵ | | 21 | }↵
|
|
22 | /**↵ | | 22 | /**↵
|
23 | * @return The unique identifier for this object.↵ | | 23 | * @return The unique identifier for this object.↵
|
24 | */↵ | | 24 | */↵
|
25 | public IIdentifier getIdentifier()↵ | | 25 | public IIdentifier getIdentifier()↵
|
26 | {↵ | | 26 | {↵
|
27 | return _id | | 27 | return _id
|