Title: Sams CD Rental Store
Description:
Copyright: Copyright (c) 2004
Company:
theCollections.theCDDiscDataAccess.removeAll_TestingOnly(); theCollections.theCustomerDataAccess.removeAll_TestingOnly(); theCollections.theCDReleaseDataAccess.removeAll_TestingOnly();
if ( theInstance == null ) { theInstance = new TestOnlyOperations(); } return theInstance;
CDDisc aCDDisc = theCollections.theCDDiscDataAccess.findByPhysicalID( aPhysicalID ); if ( aCDDisc != null ) { Rental rental = aCDDisc.getRental(); Timestamp start = rental.getStartTime(); start = start.addDays( -days ); rental.setStartTime( start ); }