org.apache.tapestry.junit.mock.c34
Class Item

java.lang.Object
  extended by 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

Constructor Summary
Item(String id, String value)
           
 
Method Summary
 String getId()
           
 String getValue()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Item

public Item(String id,
            String value)
Method Detail

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.