Subversion Repository Public Repository

litesoft

Diff Revisions 150 vs 151 for /trunk/Java/DATT/GWT/App/src/org/litesoft/datt/server/pos/PhoneNamesGO.java

Diff revisions: vs.
  @@ -2,8 +2,7 @@
2 2
3 3 import org.litesoft.orsup.nonpublic.*;
4 4
5 - public abstract class PhoneNamesGO
6 - extends AbstractPONames
5 + public abstract class PhoneNamesGO extends AbstractPONames
7 6 {
8 7 public static final String OBJECT_NAME = "Phone";
9 8
  @@ -45,9 +44,7 @@
45 44 */
46 45 public final String aViewOrder = mParentPath + "ViewOrder";
47 46
48 - public static class CollectionOf
49 - extends PhoneNames
50 - implements CollectionOfPONamesAccessor
47 + public static class CollectionOf extends PhoneNames implements CollectionOfPONamesAccessor
51 48 {
52 49 private String mCollectionPath;
53 50
  @@ -71,8 +68,7 @@
71 68 }
72 69 }
73 70
74 - public static class Factory
75 - implements IFactory
71 + public static class Factory implements IFactory
76 72 {
77 73 public static final IFactory INSTANCE = new Factory();
78 74