You have your attributes modeled as public?  What version of Magic Draw?

 


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of jarrod gan
Sent: Monday, January 10, 2005 7:29 PM
To: [email protected]
Subject: [Andromda-user] Problem generate POJO with spring cartridge

 

Hi,

I tried to generate my POJO class with andromda-spring cartridge & Magicdraw. I'm using the entity namespace from the class diagram. Anyway, the generated classes seems missing the public keyword in every setter/getter method.

 

    private java.lang.String agentName;
    /**
     *
     */
    java.lang.String getAgentName()
    {
        return this.agentName;
    }
    void setAgentName(java.lang.String agentName)
    {
        this.agentName = agentName;
    }


Am I missing anything?


Regards,

jarrodsf 


Do you Yahoo!?
Meet the all-new My Yahoo!  Try it today!

Reply via email to