Subversion Repository Public Repository

litesoft

Diff Revisions 2 vs 18 for /trunk/Java/PoVoGenerator/Generator/src/org/litesoft/generator/GenerateVONamesGO.java

Diff revisions: vs.
  @@ -10,6 +10,7 @@
10 10 super( pErrorSinc, pObjectMetaData, pDerivedFromObject, pObjectRef, "NamesGO", pParentObjectRef );
11 11 }
12 12
13 + @Override
13 14 protected void LLaddClassDefinition()
14 15 {
15 16 addInterfaceDefinition( mClassName, getExtends( "org.litesoft.bo.views.Vo" ) + "Names" );
  @@ -29,6 +30,7 @@
29 30 LLaddAttributes( pAddBlank );
30 31 }
31 32
33 + @Override
32 34 protected void LLaddAttribute( AttributeProxy pAttribute )
33 35 {
34 36 String zName = pAttribute.getName();