The first thing i'm stuck with is I don't really understand the "Has a " relationship. Like the customer has Accounts but how do I actually link them??
Steve
There are only two hard things in computer science: cache invalidation, naming things, and off-by-one errors
fred rosenberger wrote:If you try and do it all at once, you are doomed to failure.
Steve Luke wrote:If the Customer can have more than one Account then use a List<Account> (read: a List of Accounts) instead of an Account...
"Leadership is nature's way of removing morons from the productive flow" - Dogbert
Articles by Winston can be found here
Trish Murphy wrote:Thanks so much for all the help and advice guys. I'm going to sit down and strip it back now and get everything working step by step, Its my first project and I wasn't sure how to approach it so I dived in foolishly!!! Just one thing you say to separate the gui should I take it out of the main class completely and create a domain class??
"Leadership is nature's way of removing morons from the productive flow" - Dogbert
Articles by Winston can be found here
There are only two hard things in computer science: cache invalidation, naming things, and off-by-one errors
Proudly marching to the beat of a different kettle of fish... while reading this tiny ad
free, earth-friendly heat - a kickstarter for putting coin in your pocket while saving the earth
https://coderanch.com/t/751654/free-earth-friendly-heat-kickstarter
|