X classes shouldn't have non official reference id

Description

Hi,

When you launch a GenerateModel, if the table has an official ID, it is set in the interface class ; eg : public static final int Table_ID = 333;

When the id is non official (>999999), then then we have :
public static final int Table_ID = MTable.getTable_ID(Table_Name);

This is not consistent with reference which always give directly the ID.
I don't know how this can be done ; perhaps the same way as table (using Reference name) or UUID ?
Nevertheless, having hardcoded non official ID could lead to issues, so i guess it must be handled.

WDYT ?

Regards,

Nicolsa

Environment

None

Activity

Show:
Duplicate

Details

Assignee

Reporter

Components

Priority

Created July 23, 2013 at 8:25 PM
Updated March 13, 2014 at 2:18 PM
Resolved July 23, 2013 at 10:15 PM