Subversion Repository Public Repository

litesoft

@ 151
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
package org.litesoft.datt.server.pos;

import org.litesoft.core.util.*;
import org.litesoft.orsup.base.*;
import org.litesoft.orsup.transact.*;

public abstract class Report<T extends Report> extends ReportGO<T>
{
    protected Report( MetaDataForPO pMetaDataForPO, Transaction pTransaction )
    {
        super( pMetaDataForPO, pTransaction );
    }

    protected Report( MetaDataForPO pMetaDataForPO, ConstructionControl pConstructionControlExpected, ConstructionControl pConstructionControlActual )
    {
        super( pMetaDataForPO, pConstructionControlExpected, pConstructionControlActual );
    }
}

Commits for litesoft/trunk/Java/DATT/GWT/App/src/org/litesoft/datt/server/pos/Report.java

Diff revisions: vs.
Revision Author Commited Message
151 Diff Diff GeorgeS picture GeorgeS Thu 17 Mar, 2011 04:16:22 +0000
97 Diff Diff GeorgeS picture GeorgeS Mon 14 Feb, 2011 00:19:56 +0000
95 Diff Diff GeorgeS picture GeorgeS Sun 13 Feb, 2011 23:47:14 +0000
92 GeorgeS picture GeorgeS Sun 13 Feb, 2011 23:23:49 +0000