Package edu.pdx.cs410J.phonebill
Class PhoneBill
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddPhoneCall(PhoneCall call) Adds a phone call to this phone billReturns the name of the customer whose phone bill this isReturns all of the phone calls (as instances ofAbstractPhoneCall) in this phone billMethods inherited from class edu.pdx.cs410J.AbstractPhoneBill
toString
-
Constructor Details
-
PhoneBill
-
-
Method Details
-
getCustomer
Description copied from class:AbstractPhoneBillReturns the name of the customer whose phone bill this is- Specified by:
getCustomerin classAbstractPhoneBill<PhoneCall>
-
addPhoneCall
Description copied from class:AbstractPhoneBillAdds a phone call to this phone bill- Specified by:
addPhoneCallin classAbstractPhoneBill<PhoneCall>
-
getPhoneCalls
Description copied from class:AbstractPhoneBillReturns all of the phone calls (as instances ofAbstractPhoneCall) in this phone bill- Specified by:
getPhoneCallsin classAbstractPhoneBill<PhoneCall>
-