Methods Summary |
---|
public int | getAreaCode()Gets the areaCode value for this Phone.
return areaCode;
|
public java.lang.String | getExchange()Gets the exchange value for this Phone.
return exchange;
|
public java.lang.String | getNumber()Gets the number value for this Phone.
return number;
|
public void | setAreaCode(int areaCode)Sets the areaCode value for this Phone.
this.areaCode = areaCode;
|
public void | setExchange(java.lang.String exchange)Sets the exchange value for this Phone.
this.exchange = exchange;
|
public void | setNumber(java.lang.String number)Sets the number value for this Phone.
this.number = number;
|