Title: Sams CD Rental Store
Description:
Copyright: Copyright (c) 2004
Company:
theCDCategory = aCDCategory; theTitle = aTitle; theUPCCode = aUPCCode;
return theCDCategoryValues.getBaseRentalPeriodDays( theCDCategory );
/* public void setCdCategory( CDCategory aCDCategory ) { theCDCategory = aCDCategory; } public void setTitle( Name title ) { theTitle = title; } public void setUPCCode( UPCCode aUPCCode ) { theUPCCode = aUPCCode; } */ return theCDCategory;
return theCDCategoryValues.getRentalFee( theCDCategory );
return theTitle;
return theUPCCode;