Hello everybody,

I have been analyzing Andromda for the past week and I am really excited about this tool.
Great job Andromda Team!!!


I have question though, how can I create a specific entity bean to contain a create method with certain number of parameters
I noticed that andromda generates the create method for an entity bean based on the total number of attributes the bean contains.


now what happens if the user is only required to set certain number of attributes to create an entity bean.

For example, UserAccountEntityBean contains attributes for id, username, password, dateCreated, dateAccepted, description, etc... but the user only needs to pass two parameters (username, password) to the system to create a user account (entity bean)

How can I tell andromda to create this specific entity bean (not all of them) with a create method that contains these specific parameters (username, password) from the UML diagram?

Any thought will be really appreciated!!!

Again, Great job Andromda!!!


-- Jaime Chang Software Engineer __________________________________________________ I.D.E.A.L. Technology Corporation - Orlando Office http://www.idealcorp.com - 407.999.9870 x18




------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _______________________________________________ Andromda-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/andromda-user

Reply via email to