File
Doc
Category
Size
Date
Package
Ship.java
API Doc
Example
311
Tue Oct 22 21:03:22 BST 2002
com.oreilly.javaxp.junit
Ship
java.lang.Object
public class Ship extends Object
author
Eric M. Burke
version
$Id: Ship.java,v 1.1 2002/10/23 02:03:23 jepc Exp $
Fields Summary
private String
id
Constructors Summary
public Ship
(
String
id)
this.id = id;
Methods Summary
public
java.lang.String
getId
()
return this.id;
Java Code Source