File
Doc
Category
Size
Date
Package
Item.java
API Doc
Example
555
Sat Mar 15 19:39:50 GMT 2003
com.oreilly.javaxp.cactus.servlet
Item
java.lang.Object
public class Item extends Object implements Serializable
author
Brian M. Coyner $version $Id: Item.java,v 1.3 2003/02/27 00:24:43 jepc Exp $
Fields Summary
private String
id
private String
description
Constructors Summary
public Item
(
String
id,
String
description)
this.id = id; this.description = description;
Methods Summary
public
java.lang.String
getDescription
()
return this.description;
public
java.lang.String
getID
()
return this.id;
Java Code Source