Subversion Repository Public Repository

litesoft

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
package com.example.mockapp.client.mockdata;

import org.litesoft.bo.*;

public class MockBoAttribute implements BoAttribute
{
    public MockBoAttribute( String pName, AttributeType pString )
    {
        // todo: To change body of created methods use File | Settings | File Templates.
    }

    @Override public String getName()
    {
        return null;  // todo: To change body of implemented methods use File | Settings | File Templates.
    }

    @Override public AttributeType getType()
    {
        return null;  // todo: To change body of implemented methods use File | Settings | File Templates.
    }
}

Commits for litesoft/trunk/GWT_Sandbox/MockApp/src/com/example/mockapp/client/mockdata/MockBoAttribute.java

Diff revisions: vs.
Revision Author Commited Message
162 GeorgeS picture GeorgeS Fri 01 Apr, 2011 19:58:40 +0000