net.smartlab.web.history
Class HistorizedBusinessObject.HistoryId

java.lang.Object
  extended by net.smartlab.web.history.HistorizedBusinessObject.HistoryId
All Implemented Interfaces:
java.io.Serializable
Enclosing interface:
HistorizedBusinessObject

public static class HistorizedBusinessObject.HistoryId
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
HistorizedBusinessObject.HistoryId()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.sql.Timestamp getLastModified()
          TODO documentation
 java.io.Serializable getRef()
          A reference back to the primary key of the unlocalized referent object.
 int hashCode()
           
 void setLastModified(java.sql.Timestamp lastModified)
          TODO documentation
 void setRef(java.io.Serializable ref)
          TODO documentation
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HistorizedBusinessObject.HistoryId

public HistorizedBusinessObject.HistoryId()
Method Detail

getRef

public java.io.Serializable getRef()
A reference back to the primary key of the unlocalized referent object.

Returns:
returns the reference part.

setRef

public void setRef(java.io.Serializable ref)
TODO documentation

Parameters:
ref - the ref part to set.

getLastModified

public java.sql.Timestamp getLastModified()
TODO documentation

Returns:
returns the lastModified part.

setLastModified

public void setLastModified(java.sql.Timestamp lastModified)
TODO documentation

Parameters:
lastModified - the lastModified part to set.

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object
See Also:
Object.hashCode()

toString

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


Copyright © 2004-2009 The SmartWeb Team. All Rights Reserved.