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