org.apache.ojb.broker
Class GuidTestEntity

java.lang.Object
  extended byorg.apache.ojb.broker.GuidTestEntity
All Implemented Interfaces:
java.io.Serializable

public class GuidTestEntity
extends java.lang.Object
implements java.io.Serializable

Author:
tom To change this generated comment edit the template variable "typecomment": Window>Preferences>Java>Templates. To enable and disable the creation of type comments go to Window>Preferences>Java>Code Generation.
See Also:
Serialized Form

Constructor Summary
GuidTestEntity()
          Constructor for GuidTestEntity.
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 GUID getGuid()
          Returns the guid.
 java.lang.String getValue()
          Returns the value.
 int hashCode()
           
 void setGuid(GUID guid)
          Sets the guid.
 void setValue(java.lang.String value)
          Sets the value.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GuidTestEntity

public GuidTestEntity()
Constructor for GuidTestEntity.

Method Detail

getGuid

public GUID getGuid()
Returns the guid.

Returns:
GUID

getValue

public java.lang.String getValue()
Returns the value.

Returns:
String

setGuid

public void setGuid(GUID guid)
Sets the guid.

Parameters:
guid - The guid to set

setValue

public void setValue(java.lang.String value)
Sets the value.

Parameters:
value - The value to set

hashCode

public int hashCode()
See Also:
Object.hashCode()

toString

public java.lang.String toString()
See Also:
Object.toString()

equals

public boolean equals(java.lang.Object obj)
See Also:
Object.equals(Object)


Authors: Thomas Mahler and others. (C) 2000 - 2003 Apache Software Foundation
All rights reserved. Published under the Apache License.
http://db.apache.org/ojb
Version: 1.0.rc5, 2003-12-14