org.apache.tapestry.junit.mock.c34
Class Item
java.lang.Object
org.apache.tapestry.junit.mock.c34.Item
- All Implemented Interfaces:
- Serializable
public class Item
- extends Object
- implements Serializable
A serializable Item with one volatile field that is not serialized.
Used to test whether the value string representation is matched,
or whether it is unsqueezed instead.
- Author:
- Mindbridge
- See Also:
- Serialized Form
Item
public Item(String id,
String value)
getId
public String getId()
getValue
public String getValue()
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.