[Uml-devel] [Bug 59049] getters/setters are private in generated	java sources
    Dave Jernigan 
    djernigan at loyaltongroup.com
       
    Tue Feb 13 18:55:03 UTC 2007
    
    
  
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=59049         
------- Additional Comments From djernigan loyaltongroup com  2007-02-13 19:55 -------
Aargh! now my comments have the bug:
accessors should be:
  /** 
    * Set the value of myPublicAttribute 
    *  param newVar the new value of myPublicAttribute 
    */ 
   public void setMyPublicAttribute ( int newVar ) { 
     myPublicAttribute = newVar; 
   } 
 
   /** 
    * Get the value of myPublicAttribute 
    *  return the value of myPublicAttribute 
    */ 
   public int getMyPublicAttribute ( ) { 
     return myPublicAttribute; 
   }
    
    
More information about the umbrello-devel
mailing list