com.nurelm.nucontent.model
Class SitePK

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

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

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

See Also:
Serialized Form

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

siteId

public java.lang.String siteId
DOCUMENT ME!

Constructor Detail

SitePK

public SitePK()
Default constructor.


SitePK

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