org.nakedobjects.plugins.html.context
Class HistoryEntry

java.lang.Object
  extended by org.nakedobjects.plugins.html.context.HistoryEntry

public class HistoryEntry
extends java.lang.Object


Field Summary
static int COLLECTION
           
 java.lang.String id
           
static int OBJECT
           
 int type
           
 
Constructor Summary
HistoryEntry(java.lang.String idString, int type)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

OBJECT

public static final int OBJECT
See Also:
Constant Field Values

COLLECTION

public static final int COLLECTION
See Also:
Constant Field Values

type

public final int type

id

public final java.lang.String id
Constructor Detail

HistoryEntry

public HistoryEntry(java.lang.String idString,
                    int type)
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.