net.smartlab.web.history
Interface HistorizedBusinessObject

All Known Subinterfaces:
DifferenciallyHistorizedBusinessObject

public interface HistorizedBusinessObject

TODO documentation

Author:
rlogiacco

Nested Class Summary
static class HistorizedBusinessObject.HistoryId
           
 
Method Summary
 HistorizedBusinessObject.HistoryId getHistoryId()
          Returns the id.
 java.sql.Timestamp getLastModified()
          TODO documentation
 void setHistoryId(HistorizedBusinessObject.HistoryId historyId)
          Sets the id.
 void setLastModified(java.sql.Timestamp timestamp)
          TODO documentation
 

Method Detail

getHistoryId

HistorizedBusinessObject.HistoryId getHistoryId()
Returns the id.

Returns:
the id.

setHistoryId

void setHistoryId(HistorizedBusinessObject.HistoryId historyId)
Sets the id.

Parameters:
historyId - the id to set.

getLastModified

java.sql.Timestamp getLastModified()
TODO documentation

Returns:

setLastModified

void setLastModified(java.sql.Timestamp timestamp)
TODO documentation

Parameters:
timestamp -


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