university
Class AddressFactory

java.lang.Object
  extended by university.AddressFactory

public class AddressFactory
extends java.lang.Object

Class builds an Address from entring in information from the console.


Method Summary
static Address build()
          Builds a new address
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

build

public static Address build()
Builds a new address

Returns:
Address The new address that has been built