Menu

#987 Model Generator should use FQ class names

open-remind
5
2010-06-24
2010-06-24
Teo Sarca
No

Hi all,

Model Class and Model Interface Generators should use fully qualified classname for persistent object getters.
For example, method signature:
public I_R_Status getR_Status() throws RuntimeException;
should be:
public org.compiere.model.I_R_Status getR_Status() throws RuntimeException;

In this way we can avoid a lot of classname complications faced in complex projects.

Forum thread: https://sourceforge.net/projects/adempiere/forums/forum/610548/topic/3692304

Best regards,
Teo Sarca

Discussion

  • Teo Sarca

    Teo Sarca - 2010-06-24
    • status: open --> open-remind
     

Log in to post a comment.