Subversion Repository Public Repository

litesoft

Diff Revisions 948 vs 950 for /trunk/Java/GWT/OldClient/src/org/litesoft/GWT/client/iconservice/TaskbarFavorite.java

Diff revisions: vs.
  @@ -1,20 +1,20 @@
1 - // This Source Code is in the Public Domain per: http://unlicense.org
2 - package org.litesoft.GWT.client.iconservice;
3 -
4 - public class TaskbarFavorite {
5 - private String mFactoryRef;
6 - private String mCurrentFloaterTitle;
7 -
8 - public TaskbarFavorite( String pFactoryRef, String pCurrentFloaterTitle ) {
9 - mFactoryRef = pFactoryRef;
10 - mCurrentFloaterTitle = pCurrentFloaterTitle;
11 - }
12 -
13 - public String getFactoryRef() {
14 - return mFactoryRef;
15 - }
16 -
17 - public String getCurrentFloaterTitle() {
18 - return mCurrentFloaterTitle;
19 - }
20 - }
1 + // This Source Code is in the Public Domain per: http://unlicense.org
2 + package org.litesoft.GWT.client.iconservice;
3 +
4 + public class TaskbarFavorite {
5 + private String mFactoryRef;
6 + private String mCurrentFloaterTitle;
7 +
8 + public TaskbarFavorite( String pFactoryRef, String pCurrentFloaterTitle ) {
9 + mFactoryRef = pFactoryRef;
10 + mCurrentFloaterTitle = pCurrentFloaterTitle;
11 + }
12 +
13 + public String getFactoryRef() {
14 + return mFactoryRef;
15 + }
16 +
17 + public String getCurrentFloaterTitle() {
18 + return mCurrentFloaterTitle;
19 + }
20 + }