public class WorkLocation
extends Object
-
-
Constructor Summary
Constructors
-
Method Summary
Gets the value of the address property.
void
Sets the value of the address property.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Details
-
WorkLocation
public WorkLocation()
-
Method Details
-
getAddress
Gets the value of the address property.
- Returns:
- possible object is
Address
-
setAddress
public void setAddress(Address value)
Sets the value of the address property.
- Parameters:
value - allowed object is
Address