Package business.test

Examples of business.test.Context


        return story;
    }

    @Override
    public Context getContext(String string) {
        Context context = new Context();
        context.setId("PRO_1233");
        return context;
    }
View Full Code Here


        return context;
    }

    @Override
    public Context saveContext(Context context) {
        Context context1 = new Context();
        context.setId("PRO_saveContext");
        return context1;
    }
View Full Code Here

TOP

Related Classes of business.test.Context

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.