com.nurelm.nucontent.model
Class NodePK

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

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

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

See Also:
Serialized Form

Field Summary
 java.lang.String id
           
 int version
           
 
Constructor Summary
NodePK()
          Default constructor.
NodePK(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

version

public int version
Constructor Detail

NodePK

public NodePK()
Default constructor.


NodePK

public NodePK(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!