OdiInterface.public class ObjTrace
extends oracle.odi.domain.support.AbstractRepositoryEntity
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
ObjTrace.TraceSeverity
Deprecated. 
 
this class/method belongs to 11g SDK and is deprecated in 12c release.
 
  Severity of trace message. 
 | 
static class  | 
ObjTrace.TraceType
Deprecated. 
 
this class/method belongs to 11g SDK and is deprecated in 12c release.
 
  Types of trace message. 
 | 
| Constructor and Description | 
|---|
ObjTrace(OdiInterface pInterface)
Deprecated.  
Internal use only
 Creates a new trace message object for the specified interface. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.Class | 
getEntityClass()
Deprecated.  
Returns the class associated with this trace message object. 
 | 
java.lang.String | 
getEntityName()
Deprecated.  
Returns the name of the object associated with this trace message object. 
 | 
java.io.Serializable | 
getInternalId()
Deprecated.  
Provides a common getter for the persistence layer to obtain an identity,
 irrespective of the actual type of identity used. 
 | 
OdiInterface | 
getOdiInterface()
Deprecated.  
Returns the interface associated with this trace message object. 
 | 
java.sql.Timestamp | 
getTraceDate()
Deprecated.  
Returns the timestamp when this trace message object is created. 
 | 
java.lang.String | 
getTraceMessage()
Deprecated.  
Returns the trace message text. 
 | 
ObjTrace.TraceSeverity | 
getTraceSeverity()
Deprecated.  
Returns the severity of the trace message. 
 | 
ObjTrace.TraceType | 
getTraceType()
Deprecated.  
Returns the type of the trace message. 
 | 
java.lang.String | 
toString()
Deprecated.  
  | 
public ObjTrace(OdiInterface pInterface)
pInterface - the interface object containing the trace object.public java.lang.Class getEntityClass()
public java.lang.String getEntityName()
public OdiInterface getOdiInterface()
public java.sql.Timestamp getTraceDate()
public java.lang.String getTraceMessage()
public ObjTrace.TraceSeverity getTraceSeverity()
public ObjTrace.TraceType getTraceType()
public java.io.Serializable getInternalId()
IRepositoryEntity
 Typically a subclass will delegate to a public
 SomePrimitiveWrapper getId() method. The necessity for the
 getInternalId() abstract method is solely because the
 persistence layer needs a way of obtaining the identity irrespective of
 the actual identity implementation choice.
 
 Returning null from this method will indicate the object has
 never been saved. This will likely be relied on by some DAO
 implementations.
 
public java.lang.String toString()
toString in class oracle.odi.domain.support.AbstractRepositoryEntity