Subversion Repository Public Repository

litesoft

Diff Revisions 2 vs 24 for /trunk/Java/core/Server/src/org/litesoft/or/DBSequencesNamesPO.java

Diff revisions: vs.
  @@ -34,11 +34,13 @@
34 34 mCollectionPath = pCollectionPath;
35 35 }
36 36
37 + @Override
37 38 public String getCollectionPath()
38 39 {
39 40 return mCollectionPath;
40 41 }
41 42
43 + @Override
42 44 public String toString()
43 45 {
44 46 return "c" + super.toString();
  @@ -49,11 +51,13 @@
49 51 {
50 52 public static final IFactory INSTANCE = new Factory();
51 53
54 + @Override
52 55 public AbstractPONames createToOne( AbstractPONames pBuiltBy, String pParentPath )
53 56 {
54 57 return new DBSequencesNames( pBuiltBy, pParentPath );
55 58 }
56 59
60 + @Override
57 61 public AbstractPONames createToMany( String pCollectionPath )
58 62 {
59 63 return new DBSequencesNames.CollectionOf( pCollectionPath );