FileDocCategorySizeDatePackage
LateReturnDeviation.javaAPI DocExample476Thu Oct 13 14:58:46 BST 2005com.samscdrental.failures

LateReturnDeviation

public class LateReturnDeviation extends Deviation

Fields Summary
private static final long
serialVersionUID
private OverdueRentalDTO
theOverdueRentalDTO
Constructors Summary
public LateReturnDeviation(OverdueRentalDTO aOverdueRentalDTO)

		super( "" );
		theOverdueRentalDTO = aOverdueRentalDTO;

	
Methods Summary
public OverdueRentalDTOgetOverdueRentalDTO()

	  
	
		return theOverdueRentalDTO;