FileDocCategorySizeDatePackage
CDDiscInventoryItem.javaAPI DocExample230Wed May 04 06:16:46 BST 2005com.samscdrental.model.dto

CDDiscInventoryItem.java

package com.samscdrental.model.dto;

import com.samscdrental.model.adt.*;

public class CDDiscInventoryItem
{
	public PhysicalID theCDDiscPhysicalID;
	public boolean isCDDiscRented;
	public CustomerID theCustomerID;

}