1 package org.codehaus.ivory;
2
3 /***
4 *
5 * @author <a href="mailto:dan@envoisolutions.com">Dan Diephouse</a>
6 * @since Mar 11, 2003
7 */
8 public interface SparePartInfo
9 {
10 public static final String ROLE = SparePartInfo.class.getName();
11
12 String getPartInfo(String PartSKU)
13 throws Exception;
14
15 SparePart getSparePart();
16 }
This page was automatically generated by Maven