com.nurelm.nucontent.model
Class EntityPK

java.lang.Object
  extended bycom.nurelm.nucontent.model.EntityPK
All Implemented Interfaces:
java.io.Serializable

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

Application object ID class for Entity. Auto-generated by com.solarmetric.kodo.enhance.ApplicationIdTool.

See Also:
Serialized Form

Field Summary
 java.lang.String id
          DOCUMENT ME!
 
Constructor Summary
EntityPK()
          Default constructor.
EntityPK(java.lang.String str)
          String constructor.
 
Method Summary
 boolean equals(java.lang.Object ob)
          Implementation of equals method.
 int hashCode()
          Implementation of hashCode method that supports the equals-hashCode contract.
 java.lang.String toString()
          Implementation of toString that outputs this object id's primary key values.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

id

public java.lang.String id
DOCUMENT ME!

Constructor Detail

EntityPK

public EntityPK()
Default constructor.


EntityPK

public EntityPK(java.lang.String str)
String constructor.

Parameters:
str - DOCUMENT ME!
Method Detail

equals

public boolean equals(java.lang.Object ob)
Implementation of equals method.

Parameters:
ob - DOCUMENT ME!
Returns:
DOCUMENT ME!

hashCode

public int hashCode()
Implementation of hashCode method that supports the equals-hashCode contract.

Returns:
DOCUMENT ME!

toString

public java.lang.String toString()
Implementation of toString that outputs this object id's primary key values.

Returns:
DOCUMENT ME!