There's builder pattern which was introduced by Joshua Bloch in him book Effective Java (2nd Edition), you can see description and examples of this pattern here: Too Many Parameters in Java Methods, Part 3: Builder Pattern
Is there any way to make this task done automatically by Eclipse? For example I define only properties, and builder and other methods and constructors will be generated by Eclipse?