| java.lang.Object com.teamkonzept.field.TKOptionFieldEntry
TKOptionFieldEntry | public class TKOptionFieldEntry (Code) | | The option field entry.
author: $Author: uli $ version: $Revision: 1.11 $ |
Method Summary | |
public boolean | equals(Object object) Checks wether this object and the specified object
may be treated as equal.
Parameters: object - the object to checked for equality. | public int | hashCode() Returns the hash code for this object. |
equals | public boolean equals(Object object)(Code) | | Checks wether this object and the specified object
may be treated as equal.
Parameters: object - the object to checked for equality. true if this object and thespecified object may be treated as equal, otherwisefalse . |
hashCode | public int hashCode()(Code) | | Returns the hash code for this object.
the hash code for this object. |
|
|