com.nurelm.nucontent.model
Class RepeatItemPK

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

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

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

See Also:
Serialized Form

Field Summary
 java.lang.String repeatItemId
          DOCUMENT ME!
 
Constructor Summary
RepeatItemPK()
          Default constructor.
RepeatItemPK(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

repeatItemId

public java.lang.String repeatItemId
DOCUMENT ME!

Constructor Detail

RepeatItemPK

public RepeatItemPK()
Default constructor.


RepeatItemPK

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