com.sybase.persistence
Class OperationLog

java.lang.Object
  extended by com.sybase.persistence.OperationLog

Deprecated. Used for SUP 1.2 compatibilty

public class OperationLog
extends java.lang.Object


Method Summary
 void delete()
          Deprecated. Deletes this log.
 java.util.Date getCreatedDate()
          Deprecated. Gets the log create date.
 java.lang.String getMessage()
          Deprecated. Gets the log message.
 java.lang.String getOperationName()
          Deprecated. Gets operation name associated to the log.
 java.lang.String getStatus()
          Deprecated. Gets the status.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getStatus

public java.lang.String getStatus()
Deprecated. 
Gets the status.

Returns:

getMessage

public java.lang.String getMessage()
Deprecated. 
Gets the log message.

Returns:

getOperationName

public java.lang.String getOperationName()
Deprecated. 
Gets operation name associated to the log.

Returns:

getCreatedDate

public java.util.Date getCreatedDate()
Deprecated. 
Gets the log create date.

Returns:

delete

public void delete()
Deprecated. 
Deletes this log.