00001 00058 package com.arcle.rmt.rqml; 00059 00060 import java.util.*; 00061 00066 public interface Product extends RQMLSecondClass 00067 { 00068 public Name getName(); 00069 00070 public Description getDescription(); 00071 } 00072