From c16f47eb401a12f034eecf75924680262285e1f4 Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Mon, 19 Mar 2018 18:16:30 +0200 Subject: Working on android DAL. --- Software/Visual_Studio/Tango.CodeGeneration/EntityCodeFileJava.cs | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'Software/Visual_Studio/Tango.CodeGeneration/EntityCodeFileJava.cs') diff --git a/Software/Visual_Studio/Tango.CodeGeneration/EntityCodeFileJava.cs b/Software/Visual_Studio/Tango.CodeGeneration/EntityCodeFileJava.cs index 194cd0fc1..0ff4f47d0 100644 --- a/Software/Visual_Studio/Tango.CodeGeneration/EntityCodeFileJava.cs +++ b/Software/Visual_Studio/Tango.CodeGeneration/EntityCodeFileJava.cs @@ -10,13 +10,18 @@ namespace Tango.CodeGeneration /// Represents a database entity Java code file. /// /// - public class EntityCodeFileJava : Class + public class EntityCodeFileJava : Class { /// /// Gets or sets the name of the entity. /// public String EntityName { get; set; } + /// + /// Gets or sets the extends. + /// + public String Extends { get; set; } + /// /// Gets or sets the name of the table. /// -- cgit v1.3.1