public class Item extends Object implements Serializable
Implementation object representing an item in the Rich Site Summary DTD, version 0.91. This class may be subclassed to further specialize its behavior.
| Modifier and Type | Field and Description |
|---|---|
protected String |
description
The item description (1-500 characters).
|
protected String |
link
The item link (1-500 characters).
|
protected String |
title
The item title (1-100 characters).
|
| Constructor and Description |
|---|
Item() |
protected String description
public Item()
Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.